Mailspring/spectron/config.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

10 lines
116 B
JSON

{
"spec_dir": ".",
"spec_files": [
"**/*-spec.{js,es6,es,jsx}"
],
"helpers": [
"bootstrap.js"
]
}