Added testing and auto-testing with selenium
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"selenium-webdriver": "^2.53.1"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "jshint --config .jshintrc --exclude-path .jshintignore ."
|
||||
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
||||
"test": "node TestSelenium.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user