snappymail/tests/e2e/codecept.conf.js
RainLoop Team e5af98b04b Update ckeditor
Move e2e tests
Code refactoring
2016-09-12 23:50:21 +03:00

19 lines
321 B
JavaScript

var cfg = require('./configuration');
exports.config = {
"tests": "./tests/*_test.js",
"timeout": 10000,
"output": "./output",
"helpers": {
"WebDriverIO": {
"url": cfg.url,
"browser": "phantomjs"
}
},
"include": {},
"bootstrap": false,
"mocha": {},
"name": "RainLoop e2e tests"
};