fix: add install playwright command for contributors (#2527)
Co-authored-by: YP66DN <mohamad.shiralizadeh@ing.com>
This commit is contained in:
parent
af6e47e4b5
commit
e8975f36cf
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,12 @@ npm run test
|
|||
npm run start
|
||||
```
|
||||
|
||||
_Note: **playwright** is required for running tests._
|
||||
|
||||
```
|
||||
npx playwright install
|
||||
```
|
||||
|
||||
Create a Pull Request:
|
||||
|
||||
- At <https://github.com/ing-bank/lion> click on fork (at the right top)
|
||||
|
|
|
|||
Loading…
Reference in a new issue