-
Notifications
You must be signed in to change notification settings - Fork 89
E2e updates #489
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
E2e updates #489
Conversation
__tests__/test-utils/setup-e2e.js
Outdated
| } = require('./utils') | ||
|
|
||
| const serverJarFilename = 'dt-latest-dev.jar' | ||
| const serverJarFilename = 'dt-v3.2.0-486-g6456150.jar' |
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.
I just created ibi-group/datatools-server#237. I think it would be better not to pin the version to a commit for the e2e test.
landonreed
left a comment
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.
Looks good, but let's get ibi-group/datatools-server#237 merged in before merging this one in.
Codecov Report
@@ Coverage Diff @@
## dev #489 +/- ##
==========================================
+ Coverage 16.27% 16.34% +0.06%
==========================================
Files 309 309
Lines 15308 15317 +9
Branches 4666 4668 +2
==========================================
+ Hits 2492 2503 +11
+ Misses 10954 10952 -2
Partials 1862 1862
Continue to review full report at Codecov.
|
|
🎉 This PR is included in version 4.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Checklist
devbefore they can be merged tomaster)Description
This PR fixes a few things in order to get the e2e tests passing on Travis again.