1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/testdata/test/steps
Bartek Iwańczuk 029bdf0cd5
feat(cli): Add dot test reporter (#19804)
This commit adds a "dot" reporter to "deno test" subcommand,
that can be activated using "--dot" flag.

It provides a concise output using:
- "." for passing test
- "," for ignored test
- "!" for failing test

User output is silenced and not printed to the console.

In non-TTY environments each result is printed on a separate line.
2023-08-02 18:38:10 +02:00
..
failing_steps.dot.out feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
failing_steps.out feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
failing_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
ignored_steps.dot.out feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
ignored_steps.out refactor: allocate IDs for tests (#14729) 2022-07-15 13:09:22 -04:00
ignored_steps.ts feat(unstable/test): imperative test steps API (#12190) 2021-10-11 09:45:02 -04:00
invalid_usage.out feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
invalid_usage.ts feat(test): print pending tests on sigint (#18246) 2023-03-25 21:32:11 +02:00
output_within.out chore: fix flaky tests checking ms when CI is slow (#18559) 2023-04-06 23:48:07 +02:00
output_within.ts feat(test): format user code output (#14271) 2022-04-15 14:24:41 +02:00
passing_steps.dot.out feat(cli): Add dot test reporter (#19804) 2023-08-02 18:38:10 +02:00
passing_steps.out chore: fix flaky tests checking ms when CI is slow (#18559) 2023-04-06 23:48:07 +02:00
passing_steps.ts feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00