app
app copied to clipboard
E2e test Draft PR
How to start e2e test
- npm run test-e2e in app folder
How to create new test file
- create folder named your category if don't exist
- add new file and rename .test.js
- import utils functions from utils.js
- set isdebug to do browser-based test
What are the steps for a QA tester to test this pull request?
Issue ticket number and link
Screenshots and/or video
Checklist before requesting a review
- [ ] I have performed a self-review of my code
- [ ] I am not adding any irrelevant code or assets
- [ ] I am only including the changes needed to implement the change
- [ ] I have playtested and intentionally tried to find error cases but couldn't
- [ ] I have completed the entire QA checklist on my PR