Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Refactor e2e tests to multitple files and use cucumber #202
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed May 22, 2017
1 parent 89ff7bc commit 4e8cb58
Show file tree
Hide file tree
Showing 35 changed files with 517 additions and 492 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
"func-names": "off",
"global-require": "off",
"new-cap": ["error", { "newIsCapExceptions": ["mnemonic"]}],
"new-cap": ["error", {
"newIsCapExceptions": ["mnemonic"],
"capIsNewExceptions" : [
"When",
"Then",
"Given",
"After",
"Before"
]
}],

"no-loop-func": "off",
"no-plusplus": "off",
"no-restricted-properties": "off",
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (grunt) {
fix: false,
},
all: {
src: ['src/**/*.js', 'e2e-test/**/*.js', 'test/**/*.js', 'app/main.js', '*.js'],
src: ['src/**/*.js', 'features/**/*.js', 'test/**/*.js', 'app/main.js', '*.js'],
},
},
});
Expand Down
File renamed without changes.
35 changes: 0 additions & 35 deletions e2e-test/conf.js

This file was deleted.

Loading

0 comments on commit 4e8cb58

Please sign in to comment.