docs: Tweak example testing workflow.

The node test was slightly inaccurate.

I added `# etc.` to try to make it clear that
these are just examples.

I removed the puppeteer example, so that we
don't lie about "run in just a few seconds".
This commit is contained in:
Steve Howell
2022-01-28 17:23:50 +00:00
committed by Tim Abbott
parent 98fa5c9ae2
commit 0d376126f2

View File

@@ -35,8 +35,8 @@ typically involve running subsets of the tests with commands like these:
./tools/lint zerver/lib/actions.py # Lint the file you just changed
./tools/test-backend zerver.tests.test_markdown.MarkdownTest.test_inline_youtube
./tools/test-backend MarkdownTest # Run `test-backend --help` for more options
./tools/test-js-with-puppeteer navigation.ts
./tools/test-js-with-node utils.js
./tools/test-js-with-node util
# etc.
```
The commands above will all run in just a few seconds. Many more