Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: list different set of tests #1341

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,14 @@ Please also see the additional [notices](NOTICE.md) and [how to contribute](CONT
<details>
<summary>details</summary>

### 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.
Expand Down
Loading