summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
AgeCommit message (Expand)Author
2023-09-15fix(test): share fail fast tracker between threads (#20515)Nayeem Rahman
2023-09-14fix: output traces for op sanitizer in more cases (#20494)Luca Casonato
2023-09-06fix(test): apply filter before checking for "only" (#20389)Nayeem Rahman
2023-09-06fix: don't show filtered test suites as running (#20385)Marvin Hagemeister
2023-08-26feat(cli/tools): add TAP test reporter (#14390) (#20073)Valentin Anger
2023-08-17fix(test): JUnit reporter includes file, line and column attributes (#20174)Alexander Michaud
2023-08-04fix(test): make test runner work when global setTimeout is replaced (#20052)Yoshiya Hinosawa
2023-08-02refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)Bartek Iwańczuk
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-04-28Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)Bartek Iwańczuk
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-26refactor: don't expose Deno[Deno.internal].core namespace (#18816)Bartek Iwańczuk
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-03-13fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)David Sherret
2023-03-13chore(cli/tests): use test builder in more integration tests (#18031)Geert-Jan Zwiers
2023-03-03chore: update deno_std submodule to 0.178.0 (#18003)Bartek Iwańczuk
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-27chore: test builders for integration tests (#17965)David Sherret
2023-02-25chore: fix flaky package_json_basic tests (#17940)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
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