-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split e2e tests execution #2785
Conversation
2aeee3d
to
a01bbe1
Compare
3fa44a7
to
02e4148
Compare
|
||
sleep 5 | ||
|
||
npm run nightwatch_local_libraryDeployment || TEST_EXITCODE=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ballot test is missing npm run nightwatch_local_ballot
|
||
sleep 5 | ||
|
||
npm run nightwatch_local_libraryDeployment_firefox || TEST_EXITCODE=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here also, ballot test is missing npm run nightwatch_local_ballot_firefox
@@ -185,6 +185,27 @@ | |||
"nightwatch_local_fileExplorer": "nightwatch ./test-browser/tests/fileExplorer.js --config nightwatch.js --env chrome ", | |||
"nightwatch_local_debugger": "nightwatch ./test-browser/tests/debugger.js --config nightwatch.js --env chrome ", | |||
"nightwatch_local_editor": "nightwatch ./test-browser/tests/editor.js --config nightwatch.js --env chrome ", | |||
|
|||
"nightwatch_local_libraryDeployment_firefox": "nightwatch ./test-browser/tests/libraryDeployment.js --config nightwatch.js --env firefox ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You missed nightwatch_local_ballot_firefox
in package.json
02e4148
to
8a035c8
Compare
43461cf
to
db67e35
Compare
db67e35
to
0b3f8e7
Compare
No description provided.