diff --git a/dev/README.md b/dev/README.md index ec75a021..e2a31124 100644 --- a/dev/README.md +++ b/dev/README.md @@ -150,6 +150,7 @@ To run these tests locally simply do the following: npx playwright install # install playwright dependencies cp ./grafana-plugin/.env.example ./grafana-plugin/.env # you may need to tweak the values in ./grafana-plugin/.env according to your local setup +cd grafana-plugin yarn test:integration ```