-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: add integration test for the create fuels
template
#2278
Conversation
…om/FuelLabs/fuels-ts into dp/create-fuels-template-e2e-tests
create fuels
templatecreate fuels
template
create fuels
templatecreate fuels
template
@danielbate @arboleya renamed e2e -> integration |
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.
Great job on this!
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 am wondering if we can bundle the create-fuels-template-integration
step into the environments
step somehow 🤔
Approving - as I believe this provides value and we can look over this in #2170.
Coverage Report:
Changed Files:
|
Summary
This PR adds an e2e test for the
create fuels
template. This test simulates the user opening the page, topping up their burner wallet, clicking 'increment', and verifies that the counter is incremented as expected.While this PR only adds a test for the counter contract, we should add tests for the predicate and script examples in the template as well - maybe in separate PRs.
Closes #2264