Open
Conversation
4d9bc34 to
2db0fbe
Compare
Collaborator
|
@pierrelstan please upload the report, like we done here: https://github.com/Greenstand/treetracker-wallet-app/tree/main/apps/bdd/test-artifacts |
2db0fbe to
8324b36
Compare
8324b36 to
602feb4
Compare
dadiorchen
reviewed
Jan 21, 2026
apps/bdd/test-artifacts/android/test-videos/.tmp/wdio-0-1-VideoReporter-reporter.log
Outdated
Show resolved
Hide resolved
e2643f3 to
bd77d0c
Compare
bd77d0c to
b1653f5
Compare
a147afc to
3e33ba6
Compare
fafc793 to
eefbbd2
Compare
9788dd2 to
0c913da
Compare
0a56295 to
c6b448a
Compare
c6b448a to
b248fb3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following changes have been implemented:
These changes introduce new errors (primarily due to the environment variable renames):
This explains how to run the end-to-end BDD test suite and generate HTML reports for the Web and Android platforms.
BDD Test Reports — Web & Android
Prerequisites
yarn web:dev(localhost:3000)yarn user:dev(localhost:8080)Pixel_9a)appium)Web Tests
1. Start required services
2. Run tests + generate HTML report
This runs all
@web-tagged scenarios (login, register, create-wallet) and automatically generates an HTML report.3. View the report
Open it in a browser:
Android Tests
1. Start required services
2. Run tests + generate HTML report
This runs all
@native-tagged scenarios against the Android emulator and generates an HTML report.3. View the report
Open it in a browser:
Report locations summary
apps/bdd/test-artifacts/reports/web/cucumber-html/index.htmlapps/bdd/test-artifacts/reports/android/cucumber-html/index.htmlapps/bdd/test-artifacts/reports/ios/cucumber-html/index.htmlAvailable BDD scripts
yarn bdd:test:web:reportyarn bdd:test:android:reportyarn bdd:e2e:loginyarn bdd:e2e:registeryarn bdd:e2e:walletyarn bdd:e2e:debug