Need advice about which tool to choose?Ask the StackShare community!

AVA

111
205
+ 1
32
Jasmine

2.6K
1.5K
+ 1
186
Add tool

AVA vs Jasmine: What are the differences?

# Introduction
This markdown provides key differences between AVA and Jasmine.

1. **Testing Framework Type**: AVA is a test runner while Jasmine is a behavior-driven development (BDD) testing framework. AVA focuses on running the tests in parallel for faster execution, while Jasmine provides a descriptive language for writing test cases.
2. **Syntax Style**: AVA uses modern syntax such as ES6, async/await, and Arrow functions, making it more suitable for developers familiar with the latest JavaScript features. In contrast, Jasmine uses a more traditional syntax which may appeal to developers who prefer a simpler approach.
3. **Configuration Options**: AVA requires less configuration as it comes with built-in assertion library and has minimalistic setup. On the other hand, Jasmine provides more configuration options and flexibility in terms of customization and setup, allowing users to tailor their testing environments.
4. **Community Support**: Jasmine has been around longer and has a larger community support base with extensive documentation and resources available. AVA, being a newer tool, may have a smaller community but is known for its responsive and active support from developers and contributors.
5. **Test Execution Speed**: Due to its parallel test execution capability, AVA usually runs tests faster compared to Jasmine, which runs tests sequentially. This difference in speed can be significant when dealing with larger test suites.
6. **Test Runner Integration**: AVA can be easily integrated with various test runners and libraries, providing compatibility with different ecosystems. In contrast, Jasmine is more standalone and may require additional effort for integration with other tools or platforms.

In Summary, AVA and Jasmine differ in terms of their testing framework type, syntax style, configuration options, community support, test execution speed, and test runner integration.
Decisions about AVA and Jasmine

We use Mocha for our FDA verification testing. It's integrated into Meteor, our upstream web application framework. We like how battle tested it is, its' syntax, its' options of reporters, and countless other features. Most everybody can agree on mocha, and that gets us half-way through our FDA verification and validation (V&V) testing strategy.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of AVA
Pros of Jasmine
  • 12
    Simple and fast
  • 6
    Parallel test running
  • 5
    Open source
  • 3
    Promise support
  • 3
    Test code Instrumenting
  • 2
    Babel integration
  • 1
    ESM Ready
  • 64
    Can also be used for tdd
  • 49
    Open source
  • 18
    Originally from RSpec
  • 15
    Great community
  • 14
    No dependencies, not even DOM
  • 10
    Easy to setup
  • 8
    Simple
  • 3
    Created by Pivotal-Labs
  • 2
    Works with KarmaJs
  • 1
    Jasmine is faster than selenium in angular application
  • 1
    SpyOn to fake calls
  • 1
    Async and promises are easy calls with "done"

Sign up to add or upvote prosMake informed product decisions

Cons of AVA
Cons of Jasmine
  • 1
    No built-in support for DOM
  • 1
    No source files compilation
  • 2
    Unfriendly error logs

Sign up to add or upvote consMake informed product decisions

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.

What is Jasmine?

Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.

Need advice about which tool to choose?Ask the StackShare community!

What companies use AVA?
What companies use Jasmine?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with AVA?
What tools integrate with Jasmine?
    No integrations found

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to AVA and Jasmine?
    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.
    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.
    GitHub
    GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
    See all alternatives