@grafana/e2e-selectors

Grafana E2E test selectors library for automation testing.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Grafana End-to-End Test Selectors Library

Examples

find UI element selectors for grafana dashboard testing$ npm list @grafana/e2e-selectors
import selectors in test file for grafana automation$ grep -r "@grafana/e2e-selectors" ./cypress/e2e/
check available selector constants in grafana tests$ npm info @grafana/e2e-selectors
update grafana e2e selectors library to latest version$ npm install --save-dev @grafana/e2e-selectors@latest
view test selector data-testid attributes for grafana ui$ cat node_modules/@grafana/e2e-selectors/src/components/index.ts