110
204
+ 1
32

What is AVA?

Even though JavaScript is single-threaded, IO in Node.js can happen in parallel due to its async nature. AVA takes advantage of this and runs your tests concurrently, which is especially beneficial for IO heavy tests. In addition, test files are run in parallel as separate processes, giving you even better performance and an isolated environment for each test file.
AVA is a tool in the Javascript Testing Framework category of a tech stack.
AVA is an open source tool with GitHub stars and GitHub forks. Here’s a link to AVA's open source repository on GitHub

Who uses AVA?

Companies
19 companies reportedly use AVA in their tech stacks, including Taboola, dev, and Steelkiwi Inc..

Developers
87 developers on StackShare have stated that they use AVA.
Pros of AVA
12
Simple and fast
6
Parallel test running
5
Open source
3
Promise support
3
Test code Instrumenting
2
Babel integration
1
ESM Ready

AVA Alternatives & Comparisons

What are some alternatives to AVA?
Jest
Jest provides you with multiple layers on top of Jasmine.
EVA
Equipping you with hundreds of symbols and dozens or styles configurations, it makes sure the design stays consistent across all of your applications and platforms.
Mocha
Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
See all alternatives

AVA's Followers
204 developers follow AVA to keep up with related blogs and decisions.