Skip to content

Commit

Permalink
Merge pull request #1341 from danielpeintner/docs-test-2024-12
Browse files Browse the repository at this point in the history
docs: list different set of tests
  • Loading branch information
relu91 authored Dec 16, 2024
2 parents 5ab4236 + 3fdfcb4 commit 06145bd
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 06145bd

Please sign in to comment.