SymphonyElectron/tests/spectron/jest_spectron.json
tranducanh 66d1a9f8e7 Fix to run all test on jenkins (#467)
* Fix issue

* fix run all test and is not hang on jenkin

* fix space

* remove npm run rebuild
2018-08-16 11:54:46 +05:30

7 lines
134 B
JSON

{
"verbose": true,
"testMatch": [
"**/*.spectron.js"
],
"testResultsProcessor": "../../node_modules/jest-html-reporter"
}