Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Add integration tests using Cypress #123

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

leosuncin
Copy link

Test the homepage structure.
Test the login and signup page.

Fixes #41

Use cypress for run integration tests.
Test homepage flows:
- follow links
- paginate blogs
- filter by tag
These will be use for intercept network request on future tests
Added scripts for run integration test along with unit test
Test register flow:
- send an empty form
- send a complete form
Should appear the page title.
Should register a new user.
Should show form errors.
Should appear the page title.
Should fail with invalid credentials.
Should success with valid credentials.
FMaulwurf pushed a commit to FMaulwurf/react-redux-realworld-example-app that referenced this pull request Feb 14, 2019
FMaulwurf added a commit to FMaulwurf/react-redux-realworld-example-app that referenced this pull request Feb 14, 2019
…ess---PullRequest-#123-from-leosuncin

Add integration tests using cypress   pull request gothinkster#123 from leosuncin
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing support?
1 participant