docs(cypress): create how-to-add-cypress-tests doc (#40262)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Luis H. Ball Jr
2020-11-21 13:04:13 -05:00
committed by GitHub
parent b47487b8b2
commit bbbc03c379
3 changed files with 47 additions and 1 deletions

View File

@ -65,7 +65,9 @@ Some examples of good PRs titles would be:
5. Indicate if you have tested on a local copy of the site or not.
This is very important when making changes that are not just edits to text content like documentation or a challenge description. Examples of changes that need local testing include JavaScript, CSS, or HTML which could change the functionality or layout of a page.
- This is very important when making changes that are not just edits to text content like documentation or a challenge description. Examples of changes that need local testing include JavaScript, CSS, or HTML which could change the functionality or layout of a page.
- If your PR affects the behaviour of a page it should be accompanied by corresponding [Cypress integration tests](/how-to-add-cypress-tests).
## Feedback on pull requests