turingschool / turlink-fe

2 stars 0 forks source link

Ke/all testing #45

Closed kiewi16 closed 2 months ago

kiewi16 commented 2 months ago

Description of Changes

This PR adds 19 passing Cypress tests for various happy and sad paths related to general application navigation, login user flow, and dashboard user flow.

THIS PR SUPERSEDS PR 43 opened 2 days ago

What are the relevant tickets (if any)

This PR is related to issues #33 #35 #39 #41 and will be closed upon successful merge of this PR request.

Screenshots (if applicable)

image

image

image

Testing

19 happy and sad path user flows are tested. All network requests have been stubbed.

Checklist

Reviewer Instructions

Please run cypress tests in local environment using npx cypress open to confirm they are passing. You may need to re-install dependencies using npm install. Remember application must be running concurrently with cypress testing. Run application with npm start.

Deployment Notes

No additional notes or instructions related to the deployment of this pull request.

Additional Information

No additional information is relevant to the review or understanding of this pull request.

zachwolek commented 2 months ago

Thank you for the reminder to reinstall using npm install!

Will have tests on ShortenLink page up soon