mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Updates from puppeteer to Cypress (#20962)
* Docs: Updates from puppeteer to Cypress * e2e: Adds documentation * Docs: Adds link to e2e framework from contributing * Docs: Updates after PR comments * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Docs: Breaks a long sentance in two
This commit is contained in:
@@ -94,7 +94,9 @@ go test -v ./pkg/...
|
||||
|
||||
### Run end-to-end tests
|
||||
|
||||
The end-to-end tests in Grafana uses [puppeteer](https://github.com/GoogleChrome/puppeteer) to run automated scripts in a headless Chrome browser. To run the tests:
|
||||
The end to end tests in Grafana use [Cypress](https://www.cypress.io/) to run automated scripts in a headless Chromium browser. Read more about our [e2e framework](/contribute/style-guides/e2e.md).
|
||||
|
||||
To run the tests:
|
||||
|
||||
```
|
||||
yarn e2e-tests
|
||||
|
||||
Reference in New Issue
Block a user