Mailspring/spectron/package.json
Juan Tejada c6b4adbcd1 ci(spectron): Add support to execute spectron/chrome-driver tests
Summary:
- Sets up spectron test suite inside its own directory and with its own
  dependencies (must run on a build of the app)
- Sets up dummy test
- Adds `run-spectron-specs` grunt task, and adds it to cibuild task
- Cleans up spec tasks code

Test Plan: - Run specs

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2256
2015-11-18 16:36:58 -08:00

17 lines
342 B
JSON

{
"name": "nylas-spectron",
"description": "N1 Spectron Test Suite",
"repository": {
"type": "git",
"url": "https://github.com/nylas/N1.git"
},
"scripts": {
"test": "jasmine JASMINE_CONFIG_PATH=./config.json"
},
"dependencies": {
"babel-core": "^5.8.21",
"jasmine": "^2.3.2",
"spectron": "^0.34.1"
}
}