Skip to content

Commit

Permalink
update fe docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Jan 31, 2025
1 parent 11a1f1f commit 71de031
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@
{{ packageManagerName }} run server
```

6. Run the E2E tests (using Cypress)
6. Run the E2E tests (using Playwright)

```bash
# Spins up a Grafana instance first that we tests against
{{ packageManagerName }} run server

# If you wish to start a certain Grafana version
GRAFANA_VERSION=11.3.0 {{ packageManagerName }} run server

# Starts the tests
{{ packageManagerName }} run e2e
```
Expand Down

0 comments on commit 71de031

Please sign in to comment.