mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user