Skip to content

Commit

Permalink
e2e selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Sheedy committed Dec 10, 2015
1 parent 46e2e68 commit f4953b4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 77 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,3 +1,5 @@
/*.sublime-workspace
/*.sublime-project
node_modules
node_modules
*.log
log
9 changes: 6 additions & 3 deletions Gruntfile.js
Expand Up @@ -12,17 +12,20 @@ module.exports = function(grunt) {
}
},
watch: {

mocha: {
files: ['e2e/**/*.js', 'e2e/**/*.html'],
tasks: ['mochaTest']
}
},
mochaTest: {
test: {
options: {
reporter: 'spec',
captureFile: 'results.txt', // Optionally capture the reporter output to a file
captureFile: 'log/results.txt', // Optionally capture the reporter output to a file
quiet: false, // Optionally suppress output to standard out (defaults to false)
clearRequireCache: false // Optionally clear the require cache before running tests (defaults to false)
},
src: ['e2e/test-textarea.js']
src: ['e2e/tests.js']
}
}
});
Expand Down
34 changes: 0 additions & 34 deletions e2e/test-index-include-selenium.js

This file was deleted.

26 changes: 0 additions & 26 deletions e2e/test-index.js

This file was deleted.

13 changes: 0 additions & 13 deletions e2e/test-sample.js

This file was deleted.

File renamed without changes.

0 comments on commit f4953b4

Please sign in to comment.