grafana/packages/grafana-e2e
Steven Vachon 1a69bcfeff
@grafana/e2e: improvements (#27170)
* Minor changes

* Changed default panel screenshot name

* Removed default visualization type from `addPanel` config

... which, unless defined, will use the app's default (graph). This is the new approach for plugins which supports annotations.

* Select timezone from dashboard toolbar instead of settings

... and refactored `setDashboardTimeRange` for reuse on other pages via a now more generalized `setTimeRange`

* Added optional annotations to `addDashboard` config

* Added `explore` flow

… which reuses `configurePanel` which is very similar
2020-08-28 17:03:22 -04:00
..
bin @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05:00
cypress @grafana/e2e: added tests (#25836) 2020-06-25 13:17:45 -04:00
src @grafana/e2e: improvements (#27170) 2020-08-28 17:03:22 -04: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 e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
cli.js @grafana/e2e: screenshots and panel flow (#25203) 2020-06-01 08:48:23 -04: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
package.json @grafana/e2e: improvements (#26939) 2020-08-20 13:15:25 -04:00
README.md Changelog and Readme: Update packages to beta and add Select breaking change (#24670) 2020-05-14 11:58:26 +02:00
rollup.config.ts e2e: creates a separate package for selectors (#23858) 2020-04-27 09:09:05 +02:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05: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.