-
Notifications
You must be signed in to change notification settings - Fork 375
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
Fix the e2e test script to make sure all previous servers are killed before starting a new one. #1340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1340 +/- ##
==========================================
- Coverage 73.74% 66.43% -7.31%
==========================================
Files 277 264 -13
Lines 7420 7744 +324
Branches 660 514 -146
==========================================
- Hits 5472 5145 -327
- Misses 1836 2497 +661
+ Partials 112 102 -10
Continue to review full report at Codecov.
|
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.
👍
Description
Updated the e2e test script to kill any previous server before starting a new test using react native killer.
Tested
Ran the mobile e2e test.
Other changes
N/A
Related issues
N/A - No issue was created. This was done during the mobile e2e testing overview as an exercise.
Backwards compatibility
N/A