63 Commits (5ba0053ecbca12996654c798876377957a566e3d)

Author SHA1 Message Date
Mark Wubben f0f4f34438 Close #502 PR: Implement --watch. Fixes #70 9 years ago
Sindre Sorhus 0e6db13a91 minor doc and style tweaks 9 years ago
Juan Soto 5d36a8045d Add shortflags to the CLI 9 years ago
James Talmage 21a60f9a9d Default to the verbose reporter on CI servers. Fixes #435 9 years ago
James Talmage 3d7f036a39 Prevent log corruption when using mini reporter. Fixes #392. 9 years ago
James Talmage 7b764ea3be Close #412 PR: Standardize colors across reporters.. Fixes #410 9 years ago
James Talmage 16c7282e97 Allow configuration of default settings via `package.json`. 9 years ago
James Talmage 614eb121ff Transpile test files in the main process: 9 years ago
Ari Porad 72e87d9466 Deeply recurse directories. 9 years ago
vdemedes ac468d1fa8 use AvaError for internal errors 9 years ago
vdemedes 2c77314f93 add mini reporter 9 years ago
vdemedes 2fab4b1e53 introduce reporters 9 years ago
vdemedes a5e63c0d43 add TAP support 9 years ago
Ron Waldon 6081389d00 Node.js-style --require CLI argument 9 years ago
Sindre Sorhus ff5b8dfa5c switch to `resolve-cwd` dep 9 years ago
James McMath 8a6770423d Close #303 PR: Adds filename to failed test title.. Fixes #272 9 years ago
vdemedes c424ceb3d3 Close #279 PR: Add programmatic API. Fixes #83 9 years ago
Valery Kholodkov 7ad7501db2 Force serial execution of forked processes, closes #282 9 years ago
James Talmage 2f7ac92d8c Prefer the locally installed version of AVA. 9 years ago
James Talmage 5e927454d3 Integrate time-require when `debug` is enabled. 9 years ago
James Talmage 0ef0ca14fc Pipe forked IO streams instead of forwarding `data` events. 9 years ago
Sindre Sorhus fa70351c3f minor code style tweaks 9 years ago
Juan Soto a4f8e241f6 Close #260 PR: Ignore possible test files under node_modules folder. Fixes #226.. Fixes #226 9 years ago
Sindre Sorhus c45c9c177c minor CLI cleanup 9 years ago
vdemedes 33b5d2b484 clean up forking and messages 9 years ago
jankuca 1b60c7b8be add support for *.spec.js file naming, closes #216 9 years ago
James Talmage 15bd79402c extend exit delay on AppVeyor 9 years ago
James Talmage b3bc42a506 make shure IO streams are flushed before exiting a process. 9 years ago
James Talmage c5d02f1f3c report uncaught exceptions 9 years ago
James Talmage 862edb8526 report unhandled promise rejections 9 years ago
vdemedes ac832d1a2e event data improvements 9 years ago
James Talmage 6a8f0e7a7c Close #169 PR: Fix Windows onExit failure.. 9 years ago
Bogdan Chadkin 560c6f898d Close #166 PR: Fix issue with CLI throwing on Windows - fixes #164. 9 years ago
Sindre Sorhus e57b99d84b fix use of absolute paths 9 years ago
vdemedes c81fb629e6 kill forked processes after tests are done 9 years ago
James Talmage 4d907aa8fa move `kill()` function to promise from result 9 years ago
James Talmage 7087a08dda forcibly kill every forked subprocess. 9 years ago
vdemedes bb1304c5be don't display test title, if there's only one anonymous test 9 years ago
Sindre Sorhus 6ae46ce004 code style tweaks 9 years ago
Sindre Sorhus 981f750194 doc improvements 9 years ago
vdemedes 3cf17e2049 add serial mode 9 years ago
vdemedes eb54eb658b add fail-fast mode 9 years ago
Sindre Sorhus b39b61c963 enable long stack traces for bluebird 9 years ago
vdemedes e9b3e5019d prefix test title with test location 9 years ago
vdemedes f72e654ad5 display error message when there are no test files 9 years ago
vdemedes cc17f1261b fix passed/failed counters 9 years ago
Sindre Sorhus 7db5288688 ignore files starting with underscore 9 years ago
vdemedes 88b15098a6 Close #47 PR: Parallelism. Fixes #1 9 years ago
Sindre Sorhus 5309d6945b XO tweaks 9 years ago
Sindre Sorhus 8ed623c242 globby@3.0.1 9 years ago