From 3fdfcb482271e4eedb0e99bea2bfefa065042dd9 Mon Sep 17 00:00:00 2001 From: danielpeintner Date: Mon, 16 Dec 2024 11:07:56 +0100 Subject: [PATCH] docs: list different set of tests --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.