Commit 662fd28c authored by afc163's avatar afc163

update script for test

parent 0e3c6f64
...@@ -21,7 +21,7 @@ console.log('Starting development server for e2e tests...'); ...@@ -21,7 +21,7 @@ console.log('Starting development server for e2e tests...');
startServer.stdout.on('data', (data) => { startServer.stdout.on('data', (data) => {
// eslint-disable-next-line // eslint-disable-next-line
console.log(data.toString()); console.log(data.toString());
if (data.toString().indexOf('The app is running at') >= 0 || if (data.toString().indexOf('Compiled successfully') >= 0 ||
data.toString().indexOf('Compiled with warnings') >= 0) { data.toString().indexOf('Compiled with warnings') >= 0) {
// eslint-disable-next-line // eslint-disable-next-line
console.log('Development server is started, ready to run tests.'); console.log('Development server is started, ready to run tests.');
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment