Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E Test: Login page #96

Open
michaelerobertsjr opened this issue Apr 9, 2019 · 1 comment
Open

E2E Test: Login page #96

michaelerobertsjr opened this issue Apr 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@michaelerobertsjr
Copy link
Member

Is your feature request related to a problem? Please describe.
We don't have enough test coverage for Cypress I want to be able to ensure that the login page is displaying the correct fields and can login a user so that we know when the site is broken.

Describe the solution you'd like
We should have a spec file and test(s) that demonstrate that the login page is working correctly.

Describe alternatives you've considered
We previously used Nightmare for end to end testing, but have replaced these tests with Cypress

@michaelerobertsjr michaelerobertsjr added the enhancement New feature or request label Apr 9, 2019
@michaelerobertsjr
Copy link
Member Author

The test file should be created in the cypress/integration/ folder. It should have enough coverage to determine when the page is really broken and we will not be able to login.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant