grafana/packages/grafana-e2e
Hugo Häggmark 34aaa3d1f7
Docs: Adds best practices after visit and a link back to e2e.md (#21117)
* Docs: Adds best practices after visit and a link back to e2e.md in grafana-e2e

* Update contribute/style-guides/e2e.md

Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>

* Update packages/grafana-e2e/README.md

Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com>

* Docs: Changes after PR comments

* 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: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Docs: Changes after PR comments
2019-12-18 16:09:27 +01:00
..
cypress e2e: Adds better log information during test runs (#20987) 2019-12-10 09:47:03 +01:00
src e2e: Migrates query variable CRUD tests to new framework (#21146) 2019-12-18 06:13:58 +01:00
CHANGELOG.md e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
cypress.json E2E: Testing recording e2e tests (#21094) 2019-12-13 19:56:33 +01:00
index.js e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
package.json e2e: Adds better log information during test runs (#20987) 2019-12-10 09:47:03 +01:00
README.md Docs: Adds best practices after visit and a link back to e2e.md (#21117) 2019-12-18 16:09:27 +01:00
rollup.config.ts e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
tsconfig.build.json e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
tsconfig.json e2e: Adds better log information during test runs (#20987) 2019-12-10 09:47:03 +01:00
tslint.json e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00

Grafana End to End Test library

@grafana/e2e is currently in ALPHA. Core API is unstable and can be a subject of breaking changes!

This package contains an API wrapper built on top of Cypress that simplifies creating end-to-end tests for Grafana. More information can be found here.