exit on error
This commit is contained in:
parent
c3b7e6c7cb
commit
e8f626ba18
3 changed files with 3 additions and 0 deletions
1
start.js
1
start.js
|
@ -29,6 +29,7 @@ global.riotserver = 'http://localhost:8080';
|
|||
global.browser = null;
|
||||
|
||||
async function runTests() {
|
||||
process.exit(-1);
|
||||
console.log("running tests ...");
|
||||
const options = {};
|
||||
if (process.env.CHROME_PATH) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue