3
0
mirror of https://github.com/grafana/grafana.git synced 2025-01-27 16:57:14 -06:00
grafana/packages/grafana-e2e
grafana-delivery-bot[bot] eaca6c3f49
Release: Bump version to 10.2.0-pre ()
"Release: Updated versions in package to 10.2.0-pre"

Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2023-07-27 09:21:29 +03:00
..
bin @grafana/e2e: fix empty bundle files () 2020-03-06 12:25:55 -05:00
cypress E2E: Make Cypress recordings higher res + quality () 2022-08-08 09:54:00 +03:00
src [Chore] Dashboard: Tests for dashboard's add content buttons and menu () 2023-06-08 11:16:08 +01:00
test/cypress @grafana/e2e: added tests () 2020-06-25 13:17:45 -04:00
.gitignore @grafana/e2e: added tests () 2020-06-25 13:17:45 -04:00
CHANGELOG.md Prettier: Fix all markdown files and add markdown files to CI verify step () 2021-09-29 14:34:40 +02:00
cli.js Bug: Fix support for Node 18 in grafana/e2e package () 2023-03-08 10:17:26 +01:00
cypress.json Package: @grafana/e2e updates () 2022-12-05 13:49:25 +00:00
LICENSE_APACHE2 Re-license Grafana to AGPLv3 () 2021-04-20 19:03:30 +02:00
package.json Release: Bump version to 10.2.0-pre () 2023-07-27 09:21:29 +03:00
README.md Chore: Move from master to main branch () 2021-05-06 16:29:29 +02:00
rollup.config.ts Revert "Update dependency rollup to v3 ()" () 2023-02-27 07:01:24 -05:00
tsconfig.build.json TSLint → ESLint () 2020-02-08 02:40:04 +01:00
tsconfig.json Build: Introduce ESM and Treeshaking to NPM package builds () 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.