grafana/packages/grafana-e2e
renovate[bot] 18f089d1bd
Update dependency @babel/preset-env to v7.17.10 (#48638)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-04 09:32:18 +02:00
..
bin @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05:00
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 @grafana/e2e: added tests (#25836) 2020-06-25 13:17:45 -04:00
.gitignore @grafana/e2e: added tests (#25836) 2020-06-25 13:17:45 -04:00
api-extractor.json Docs: adding API reference documentation support for the packages libraries. (#21931) 2020-02-25 13:59:11 +01:00
CHANGELOG.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
cli.js Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
cypress.json @grafana/e2e: generate JSON report file (#25033) 2020-05-25 15:07:28 -04:00
index.js e2e: adds inspect drawer tests (#23823) 2020-04-24 08:48:04 +02:00
LICENSE_APACHE2 Re-license Grafana to AGPLv3 (#33184) 2021-04-20 19:03:30 +02:00
package.json Update dependency @babel/preset-env to v7.17.10 (#48638) 2022-05-04 09:32:18 +02:00
README.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
rollup.config.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json Build: Fix failing recompile of Grafana packages (#47492) 2022-04-11 09:41:03 +02:00

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.