mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-07 01:15:44 +00:00
Add Appveyor builds and webdriver.io tests (tests cover Angular2Spa template only at present)
This commit is contained in:
33
test/package.json
Normal file
33
test/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "test",
|
||||
"version": "1.0.0",
|
||||
"description": "Integration tests for the templates in JavaScriptServices. This is not really an NPM package and will not be published.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "tsc && wdio"
|
||||
},
|
||||
"author": "Microsoft",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/chai": "^3.4.34",
|
||||
"@types/mkdirp": "^0.3.29",
|
||||
"@types/mocha": "^2.2.33",
|
||||
"@types/node": "^6.0.52",
|
||||
"@types/rimraf": "^0.0.28",
|
||||
"@types/webdriverio": "^4.0.32",
|
||||
"chai": "^3.5.0",
|
||||
"cross-spawn": "^5.0.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"rimraf": "^2.5.4",
|
||||
"selenium-standalone": "^5.9.0",
|
||||
"tree-kill": "^1.1.0",
|
||||
"typescript": "^2.1.4",
|
||||
"webdriverio": "^4.5.0",
|
||||
"yo": "^1.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"wdio-junit-reporter": "^0.2.0",
|
||||
"wdio-mocha-framework": "^0.5.7",
|
||||
"wdio-selenium-standalone-service": "0.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user