summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps
AgeCommit message (Expand)Author
2023-04-06chore: fix flaky tests checking ms when CI is slow (#18559)David Sherret
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-24feat: allow first arg in test step to be a function (#17096)Leo Kettmeir
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-09-02refactor(test): grab runTests() and runBenchmarks() from __bootstrap (#15420)Nayeem Rahman
2022-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-07-15refactor: allocate IDs for tests (#14729)Nayeem Rahman
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-05-09feat(test): repeat test name if there's user output (#14495)Bartek Iwańczuk
2022-05-09feat(test): change "failures:" headers in test report (#14490)Bartek Iwańczuk
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-04-18feat(test): skip internal stack frames for errors (#14302)Bartek Iwańczuk
2022-04-16fix(cli/tools/test): Prefix test module paths with "./" (#14301)Nayeem Rahman
2022-04-16feat(test): use structured data for JavaScript errors in tests (#14287)Bartek Iwańczuk
2022-04-15feat(test): format user code output (#14271)Bartek Iwańczuk
2022-04-11feat(test): Improve testing report output (#14255)Bartek Iwańczuk
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2021-11-15feat(unstable/test): include test step pass/fail/ignore counts in final repor...David Sherret
2021-10-13chore: fix flaky steps_invalid_usage tests (#12422)David Sherret
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret