index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
test
/
reporters
Age
Commit message (
Expand
)
Author
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-05-22
feat(cli): Add slow test warning (#23874)
Matt Mastracci
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-26
fix(cli): output more detailed information for steps when using JUnit reporte...
Yusuke Tanaka
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-05
refactor(cli): Add TestFailureDescription (#22267)
Matt Mastracci
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-01
fix(test): --junit-path should handle when the dir doesn't exist (#21044)
David Sherret
2023-10-05
feat(jupyter): support Deno.test() (#20778)
Nayeem Rahman
2023-10-05
refactor(test): support custom writer in PrettyTestReporter (#20783)
Nayeem Rahman
2023-09-06
fix: don't show filtered test suites as running (#20385)
Marvin Hagemeister
2023-08-26
feat(cli/tools): add TAP test reporter (#14390) (#20073)
Valentin Anger
2023-08-17
fix(test): JUnit reporter includes file, line and column attributes (#20174)
Alexander Michaud
2023-08-02
feat(cli): Add dot test reporter (#19804)
Bartek Iwańczuk
2023-07-27
refactor(cli/test): move reporters to a separate directory (#19957)
Bartek Iwańczuk