cypress-realworld-app
cypress-realworld-app copied to clipboard
DX-348 Add session API
@kevinold here's my example code, which is failing on the "submits a transaction request and accepts the request for the receiver" test
DX-348 Implement Session API in RWA
- [ ] Wrap
logincustom command - [ ] Use
cacheSessionoption to allow caching session to be bypassed - [ ] Make sure caching is bypassed in existing login tests
- [ ] Create spec file with many tests that use the
logincustom command
(Previous)
- [ ] Use
sessionwithinnew-transaction.spec.ts - [ ] Replace custom
switchUsercommand withsession - [ ] Make sure to use custom command or wrapper function method for declaring multiple users with the same setup function
- [ ] Test out the log out scenario
Test summary
Run details
| Project | cypress-realworld-app |
| Status | Failed |
| Commit | 4194ce6748 |
| Started | Jul 1, 2021 3:47 PM |
| Ended | Jul 1, 2021 4:14 PM |
| Duration | 26:42 💡 |
| OS | Multiple |
| Browser | Multiple |
View run in Cypress Dashboard ➡️
Failures
|
Run group: UI - Firefox - Mobile (Linux, Firefox |
|||
|---|---|---|---|
|
|
cypress/tests/ui/new-transaction.spec.ts |
1 |
|
| 1 | New Transaction > navigates to the new transaction form, selects a user and submits a transaction payment |
|
|
|
Run group: UI - Chrome - Mobile (Linux, Chrome |
|||
|
|
cypress/tests/ui/new-transaction.spec.ts |
1 |
|
| 1 | New Transaction > navigates to the new transaction form, selects a user and submits a transaction payment |
|
|
|
Run group: UI - Chrome (Linux, Chrome |
|||
|
|
cypress/tests/ui/new-transaction.spec.ts |
1 |
|
| 1 | New Transaction > navigates to the new transaction form, selects a user and submits a transaction payment |
|
|
|
Run group: UI - Firefox (Linux, Firefox |
|||
|
|
cypress/tests/ui/new-transaction.spec.ts |
1 |
|
| 1 | New Transaction > navigates to the new transaction form, selects a user and submits a transaction payment |
|
|
|
Run group: API (Linux, Chrome |
|||
|
Run group: UI - Electron - Windows (Windows, Electron |
|||
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard