grafana/packages/grafana-e2e
Steven Vachon f48169633c
TSLint → ESLint (#21006)
* Alphabetized tslint and tsconfig files

* Optimized tsconfig files

* Optimized editorconfig & prettier config files

… to reduce redundancy

* Switched to @grafana/tsconfig

… and:
* de-duped options
* removed options with default values

* Fixed nasty issue with types for nested slate-react

* Replaced TSLint with ESLint

* TSLint disables → ESLint disables

… also JSHint removals, which haven’t had an affect since it was replaced with TSLint.

* Compliances for ESLint, Prettier and TypeScript

* Updated lockfile
2020-02-08 02:40:04 +01:00
..
cypress TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
src e2e: Waits for login before moving forward (#21185) 2019-12-19 07:51:32 +01:00
CHANGELOG.md e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08: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 TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
README.md Docs: Adds best practices after visit and a link back to e2e.md (#21117) 2019-12-18 16:09:27 +01:00
rollup.config.ts e2e: Uses Cypress instead of Puppeteer (#20753) 2019-12-09 00:14:25 -08:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01: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.