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

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Results 82 cypress-realworld-app issues
Sort by recently updated
recently updated
newest added

It would be great to provide a way to log out the user from the API to invalidate a user's authenticated session without having cleared the localauth storage.

enhancement

While developing a test for api `/logout` #1591 , I ran into the following `/logout` behavior: Expected Behavior 1. Authenticated session 1. POST /logout 1. Expect a 2xx or 3xx...

bug