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

Add docs about browser testing #1838

Merged
merged 1 commit into from Mar 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/frontend.md
Expand Up @@ -7,6 +7,7 @@
* [Testing](#testing)
* [Test Runners and Libraries](#test-runners-and-libraries)
* [Writing Tests](#writing-tests)
* [Browser Testing](#browser-testing)
* [Style](#style)
* [Auto-formatting](#auto-formatting)
* [Linting](#linting)
Expand Down Expand Up @@ -54,6 +55,11 @@ Regenerate with "bin/generate-md-toc.sh"
* Redux Action Creators?
* TODO: Give guidance here.

### Browser Testing

* We use the [Cypress framework](https://www.cypress.io/) for most browser testing, both with chrome and headless chrome
* For testing on Windows 10 with IE 11 we have a [testing document](https://docs.google.com/document/d/1j04tGHTBpcdS8RSzlSB-dImLbIxsLpsFlCzZUWxUKxg/edit#)

## Style

Adhere to Airbnb's [JavaScript Style Guide](https://github.com/airbnb/javascript) unless they conflict with the project’s Prettier or Lint rules.
Expand Down