-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore: set CONTRACTS_NODE_PATH
env variable for e2e tests
#209
Conversation
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #209 +/- ##
==========================================
+ Coverage 68.55% 70.05% +1.49%
==========================================
Files 44 44
Lines 6374 6596 +222
Branches 6374 6596 +222
==========================================
+ Hits 4370 4621 +251
+ Misses 1337 1236 -101
- Partials 667 739 +72
|
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.
- If I do
pop test contract --features --help
it doesn't display me which features there are. Would be nice it this could be provided.
I noticed that too. I was unsure about including it in this PR, but based on your comment, it makes sense to fix it now. |
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.
LGTM!
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.
General observations.
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.
Just one item in the docs which I think was missed after the arg rename.
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.
LGTM!
Closes #31
As specified in the issue, implemented the flag
--contracts-node
with the path to the contracts-node binary to be used in the end-to-end (e2e) tests. This will allowpop
to set the environment variable for the e2e tests as detailed here: https://use.ink/basics/contract-testing/end-to-end-e2e-testing