Update dev/README.md (#1516)
# What this PR does Fix `cp` command usage in `dev/README.md` + add `npx playwright install` step to integration tests instruction
This commit is contained in:
parent
ed448e3a69
commit
302586792f
1 changed files with 2 additions and 1 deletions
|
|
@ -147,7 +147,8 @@ are run on pull request CI builds. New features should ideally include a new/mod
|
|||
To run these tests locally simply do the following:
|
||||
|
||||
```bash
|
||||
cp ./grafana-plugin/.env.example cp ./grafana-plugin/.env
|
||||
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
|
||||
yarn test:integration
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue