grafana/packages/grafana-e2e
Will Browne 42732539ed
TestData: Introduce schema types (#62130)
* schematize data query

* add the stuff you dingus

* feat(testdatasource): add scenario to generated types

* use generated testdata query in frontend

* update code owners

* Add path exception for testdata datasource

* use specific numeric data types

* fix test

* fix e2e smoketest

* add test data query type

* use test data query type

* fix betterer

* Fix typo

* move to experimental

Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2023-01-26 15:31:34 +00:00
..
bin @grafana/e2e: fix empty bundle files (#22607) 2020-03-06 12:25:55 -05:00
cypress E2E: Make Cypress recordings higher res + quality (#53342) 2022-08-08 09:54:00 +03:00
src TestData: Introduce schema types (#62130) 2023-01-26 15:31:34 +00: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
CHANGELOG.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
cli.js Feat: Adding an optional browser config option to e2e test runner (#59076) 2022-11-24 10:15:21 +01:00
cypress.json Package: @grafana/e2e updates (#59723) 2022-12-05 13:49:25 +00:00
LICENSE_APACHE2 Re-license Grafana to AGPLv3 (#33184) 2021-04-20 19:03:30 +02:00
package.json Build: Replace babel-loader with esbuild-loader (#57837) 2023-01-23 12:15:05 +01:00
README.md Chore: Move from master to main branch (#33693) 2021-05-06 16:29:29 +02:00
rollup.config.ts Fix: Make sure grafana/e2e cypress config file is in correct location (#54588) 2022-09-02 10:37:50 +02:00
tsconfig.build.json TSLint → ESLint (#21006) 2020-02-08 02:40:04 +01:00
tsconfig.json Build: Introduce ESM and Treeshaking to NPM package builds (#51517) 2022-08-03 15:47:09 +02: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.