cypress-realworld-app icon indicating copy to clipboard operation
cypress-realworld-app copied to clipboard

DX-348 Add session API

Open cowboy opened this issue 4 years ago • 2 comments

@kevinold here's my example code, which is failing on the "submits a transaction request and accepts the request for the receiver" test

cowboy avatar Jun 25 '21 20:06 cowboy

DX-348 Implement Session API in RWA

See Sessions API Design

  • [ ] Wrap login custom command
  • [ ] Use cacheSession option 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 login custom command

(Previous)

  • [ ] Use session within new-transaction.spec.ts
  • [ ] Replace custom switchUser command with session
  • [ ] 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

linear[bot] avatar Jun 25 '21 20:06 linear[bot]



Test summary

11 4 0 36Flakiness 0


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 Failed
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 Failed
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 Failed
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 Failed
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

cypress[bot] avatar Jun 25 '21 21:06 cypress[bot]