mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Update ckeditor
Move e2e tests Code refactoring
This commit is contained in:
parent
9993432c7b
commit
e5af98b04b
122 changed files with 617 additions and 561 deletions
18
tests/e2e/codecept.conf.js
Normal file
18
tests/e2e/codecept.conf.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
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"
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue