grafana/packages/grafana-e2e
Lukas Siatka 18f4e3ce47
DevEnv: update frontend dependencies - ts-node & node-sass (#22988)
* DevEnv: updates ts-node 8.6.2 -> 8.8.1

* DevEnv: updates ts-node 8.5.0 -> 8.8.1 in grafana-e2e package

* DevEnv: updates node-sass 4.12.0 -> 4.13.1 in grafana-toolkit package

* DevEnv: updates ts-node 8.5.0 -> 8.8.1 in grafana-toolkit package
2020-03-24 06:56:58 +01:00
..
bin @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05:00
cypress E2E: Add new run modes for e2e tests (#22795) 2020-03-16 14:35:55 +01:00
src @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05: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: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05: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 DevEnv: update frontend dependencies - ts-node & node-sass (#22988) 2020-03-24 06:56:58 +01: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.