Skip to content

Commit 3fdfcb4

Browse files
docs: list different set of tests
1 parent 5ab4236 commit 3fdfcb4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,14 @@ Please also see the additional [notices](NOTICE.md) and [how to contribute](CONT
448448
<details>
449449
<summary>details</summary>
450450

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+
451459
### Publishing on NPM
452460

453461
Run `npm publish --workspaces` in root node-wot folder.

0 commit comments

Comments
 (0)