turingschool / turlink-fe

2 stars 0 forks source link

initializes Cypress testing for application. Adds five passing tests … #43

Closed kiewi16 closed 2 weeks ago

kiewi16 commented 2 weeks ago

Description of Changes

This PR initializes Cypress testing for the application and adds 5 passing tests.

What are the relevant tickets (if any)

This PR is related to issue #35, and will be closed upon successful merge of this PR request. This PR is also partially related to issue #41, but that issue will remain open until additional testing of the navigation user flows is tested.

Screenshots (if applicable)

image

Testing

Adds five passing Cypress tests that test what should be displayed to a user when they arrive on the landing page. Also tests two user flows using the login link and TurLink logo link.

Checklist

Reviewer Instructions

npx cypress open to run Cypress tests. Please confirm all tests are passing.

Deployment Notes

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

Additional Information

No additional information relevant to the review or understanding of the changes.