grafana/packages/grafana-e2e
renovate[bot] be7de1041a
Update Monthly patch updates (#49257)
* Update Monthly patch updates

* remove @types/slate update and run prettier

* fix @types/slate resolution

* lockfile update

* more fixes

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-20 13:07:07 +01:00
..
bin
cypress Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
src Chore: Fix e2e selector (#48168) 2022-04-25 13:27:22 +02:00
test/cypress
.gitignore
CHANGELOG.md
LICENSE_APACHE2
README.md
api-extractor.json
cli.js Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
cypress.json
index.js
package.json Update Monthly patch updates (#49257) 2022-05-20 13:07:07 +01:00
rollup.config.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
tsconfig.build.json
tsconfig.json Build: Fix failing recompile of Grafana packages (#47492) 2022-04-11 09:41:03 +02:00

README.md

Grafana End-to-End Test library

@grafana/e2e is currently in BETA.

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.