summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
AgeCommit message (Expand)Author
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-07-21fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)Satya Rohith
2022-07-20feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)David Sherret
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-18chore: fix flaky captured_output (#15234)David Sherret
2022-07-15feat(cli/test): add `DENO_JOBS` env variable for `test` subcommand (#14929)Mark Ladyshau
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-06-06fix: Format non-error exceptions (#14604)Nayeem Rahman
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-09feat(test): Represent uncaught errors (#14513)Nayeem Rahman
2022-05-02fix(test/bench): accept file protocol module specifier CLI args (#14429)Adilson Schmitt Junior
2022-05-01fix(test): actually capture stdout and stderr in workers (#14435)David Sherret
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-26fix(test): capture inherited stdout and stderr for subprocesses in test outpu...David Sherret
2022-04-19perf(runtime): bypass tokio file and bump op buffer size to 64K (#14319)Divy Srivastava
2022-04-18feat: Add DENO_NO_PROMPT variable (#14209)Nayeem Rahman
2022-04-17fix: panic when trying to pledge permissions before restoring previous pledge...Bartek Iwańczuk
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
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-03-23fix(test): don't error on missing op details (#14074)Bartek Iwańczuk
2022-03-11fix(test): skip typechecking for blocks inside HTML comments (#13889)Geert-Jan Zwiers
2022-03-08fix(test): typecheck blocks annotated with long js/ts notations (#13785)Geert-Jan Zwiers
2022-02-26fix(test): use --no-prompt by default (#13777)Bartek Iwańczuk
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-01-25feat(test): better errors for resource sanitizer (#13296)Luca Casonato
2022-01-18feat: stabilize test steps API (#13400)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-07refactor(timers): refactor timers to use one async op per timer (#12862)Andreu Botella
2021-11-30fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-29Revert "fix(test): Improve reliability of `deno test`'s op sanitizer with tim...Bartek Iwańczuk
2021-11-28fix(test): Improve reliability of `deno test`'s op sanitizer with timers (#12...Andreu Botella
2021-11-23feat(test): Add more overloads for "Deno.test" (#12749)Bartek Iwańczuk
2021-11-15fix(test): support typechecking docs with CRLF line endings (#12748)Geert-Jan Zwiers
2021-10-11feat: provide ops details for ops sanitizer failures (#12188)Casper Beyer
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret
2021-09-30fix(runtime/testing): format aggregate errors (#12183)Casper Beyer
2021-09-04feat(cli): close test worker once all tests complete (#11727)Casper Beyer
2021-09-01fix(cli): retain path based test mode inference (#11878)Casper Beyer
2021-08-24feat(cli): add --ignore flag to test command (#11712)Casper Beyer
2021-08-15fix(test): dispatch load event before tests are run (#11708)Casper Beyer
2021-08-13test(cli): add test for test filtering (#11672)Casper Beyer
2021-08-12fix(cli): allow specifiers of unknown media types with test command (#11652)Casper Beyer
2021-07-29feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)Casper Beyer
2021-07-26fix(cli): side-load test modules (#11515)Casper Beyer
2021-07-14test(cli): ensure clear timeout doesn't trigger sanitizers (#11396)Casper Beyer
2021-07-10Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)Ryan Dahl
2021-07-10feat(cli/tools/test_runner): add terse reporter (#11156)Casper Beyer