From b2b7237bc4c8f2440a753eb6f4f8a262d636456c Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 21 Mar 2023 23:45:22 +0800 Subject: [PATCH] Update README.md (#1587) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated --- dev/README.md | 1 + 1 file changed, 1 insertion(+) 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 ```