diff --git a/README.md b/README.md index 324d4454c..836c61c3d 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,14 @@ Please also see the additional [notices](NOTICE.md) and [how to contribute](CONT
details +### Running tests + +We distinguish between the following set of tests. + +- `npm run test` runs the default set of tests (without browser tests) +- `npm run test:browser` runs the browser tests only (requires [Playwright](https://playwright.dev/)) +- `npm run test:all` runs the combination of the afore mentioned tests + ### Publishing on NPM Run `npm publish --workspaces` in root node-wot folder.