We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab4236 commit 3fdfcb4Copy full SHA for 3fdfcb4
1 file changed
README.md
@@ -448,6 +448,14 @@ Please also see the additional [notices](NOTICE.md) and [how to contribute](CONT
448
<details>
449
<summary>details</summary>
450
451
+### Running tests
452
+
453
+We distinguish between the following set of tests.
454
455
+- `npm run test` runs the default set of tests (without browser tests)
456
+- `npm run test:browser` runs the browser tests only (requires [Playwright](https://playwright.dev/))
457
+- `npm run test:all` runs the combination of the afore mentioned tests
458
459
### Publishing on NPM
460
461
Run `npm publish --workspaces` in root node-wot folder.
0 commit comments