mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
c6b4adbcd1
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
16 lines
342 B
JSON
16 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"
|
|
}
|
|
}
|