vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
249 B

  1. var root = './test/gemini/';
  2. module.exports = {
  3. gemini: {
  4. baseDir: root,
  5. reports: root + 'reports/',
  6. screens: root + 'screens/',
  7. tests: root + 'tests/'
  8. },
  9. webserver: {
  10. port: 8182
  11. },
  12. phantomjs: {
  13. port: 4444
  14. }
  15. }