The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/packages/grafana-e2e
Hugo Häggmark f1b675b12e
e2e: Waits for login before moving forward (#21185)
6 years ago
..
cypress e2e: Adds better log information during test runs (#20987) 6 years ago
src e2e: Waits for login before moving forward (#21185) 6 years ago
CHANGELOG.md e2e: Uses Cypress instead of Puppeteer (#20753) 6 years ago
README.md Docs: Adds best practices after visit and a link back to e2e.md (#21117) 6 years ago
cypress.json E2E: Testing recording e2e tests (#21094) 6 years ago
index.js e2e: Uses Cypress instead of Puppeteer (#20753) 6 years ago
package.json e2e: Adds better log information during test runs (#20987) 6 years ago
rollup.config.ts e2e: Uses Cypress instead of Puppeteer (#20753) 6 years ago
tsconfig.build.json e2e: Uses Cypress instead of Puppeteer (#20753) 6 years ago
tsconfig.json e2e: Adds better log information during test runs (#20987) 6 years ago
tslint.json e2e: Uses Cypress instead of Puppeteer (#20753) 6 years ago

README.md

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.