grafana/packages/grafana-e2e
Dominik Prokop 40114e8c07
NewPanelEditor: UI update of add panel widget (#23715)
* Small update proposal to add panel widget

* Fix smoketest

* Minor tweaks

* update snaps god damn it
2020-04-21 13:40:49 +02:00
..
bin @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05:00
cypress @grafana/e2e: API improvements (#23079) 2020-03-26 12:15:58 -04:00
src NewPanelEditor: UI update of add panel widget (#23715) 2020-04-21 13:40:49 +02: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: exit with non-0 code on error (#23121) 2020-03-27 08:59:43 -04: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 Docs: run the api-extractor on master to update docs (#23726) 2020-04-21 10:41:50 +02:00
README.md Optimized package.json files (#22475) 2020-02-27 12:00:36 -05:00
rollup.config.ts DevEnv: update frontend dependencies - rollup (#22794) 2020-03-15 16:39:40 +01: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 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.