-
Notifications
You must be signed in to change notification settings - Fork 56
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
test against a local copy of the dwn server #161
Conversation
9e3a0a6
to
a9034ba
Compare
Codecov Report
@@ Coverage Diff @@
## main #161 +/- ##
==========================================
+ Coverage 82.28% 90.28% +7.99%
==========================================
Files 68 63 -5
Lines 6814 11592 +4778
Branches 566 1132 +566
==========================================
+ Hits 5607 10466 +4859
+ Misses 1205 1106 -99
- Partials 2 20 +18
|
1319a44
to
4b43e97
Compare
4675325
to
c15c307
Compare
bundling changes merged and broke some stuff, I have put this back into draft state |
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
b5a9925
to
54ceda2
Compare
* tests check for environment variable DWN_URL and use that as the dwn server if specified * dwn-server launched in docker container during tests, DWN_URL is set
d44b4a9
to
35d72dd
Compare
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.
Approving as this PR is passing all tests locally, node tests pass in GitHub CI and browser tests in GitHub CI all pass... but return a failure due to Error: Process completed with exit code 1
.
…66975#161 Signed-off-by: Frank Hinek <[email protected]>
use a local dwn-server instance for CI tests
browser tests in CI failing due to slow github runners. does not fail locally.