From 423ac735419d35a277091de62f09848a6c2685ea Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 15 Jul 2024 15:46:42 +0200 Subject: [PATCH] docs(contributing.md): mention -- page-fill:23 syntax --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 817ae8f82a..3a40739003 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,9 +160,10 @@ npm run test Be sure to run `npm run build` or let `npm run watch` run before you re-run the tests after making your changes to check them. -- To run all tests in Chromium +- To run tests in Chromium ```bash npm run ctest # also `ftest` for firefox and `wtest` for WebKit +npm run ctest -- page-fill:23 # runs line 23 of page-fill.spec.ts ``` - To run the Playwright test runner tests