# Cucumber vs Jasmine

**Leader by Vioscale score:** Jasmine

| Attribute | Cucumber | Jasmine |
|---|---|---|
| **Vioscale score** | 36.7 (10% (low)) | 68.6 (71% (medium)) |
| activity.commits_last_30d | - | 13 |
| adoption.dependent_repos | - | 846,026 |
| adoption.github_stars | - | 15,823 |
| adoption.package_downloads_weekly | - | 1,359,504 |
| deployment.options | `{"self_hosted":true}` | - |
| description.long | An open-source testing framework that enables teams to write automated acceptance tests in readable, natural language using Gherkin syntax. Tests serve as both documentation and executable specifications, supporting behavior-driven development workflows. | A testing framework for writing and running JavaScript tests in browsers and Node.js environments. Features a straightforward syntax and does not modify how code loads or executes. |
| features.capabilities | `{"languages":"Ruby, Java, JavaScript, Python, PHP, Go, Rust, Scala, C#","assertions":true,"test_types":"e2e","ci_integration":true}` | `{"mocking":true,"languages":"JavaScript, TypeScript","assertions":true,"browser_automation":false,"parallel_execution":true}` |
| integrations.count | 5 | - |
| integrations.list | `[{"name":"Jenkins"},{"name":"Rake"},{"name":"Ant"},{"name":"Maven"},{"name":"JUnit"}]` | - |
| language.primary | - | JavaScript |
| license.spdx | - | MIT |
| platform.support | `{"cli":true}` | `{"cli":true,"web":true}` |
| pricing | `{"type":"open_source","freeTier":true,"sourceUrl":"https://cucumber.io","retrievedAt":"2026-08-16T21:35:33.875Z"}` | `{"type":"open_source","summary":"Free and open source","freeTier":true,"sourceUrl":"https://jasmine.github.io/","retrievedAt":"2026-08-13T23:00:38.163Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | open_source | open_source |
| pricing.price_level | free | free |
| pricing.transparent | - | yes |
| release.cadence_days | - | 13 |
| release.history | - | `[{"url":"https://github.com/jasmine/jasmine/releases/tag/v7.0.1","date":"2026-08-15T20:39:13Z","type":"stable","version":"v7.0.1"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v7.0.0","date":"2026-08-15T20:21:32Z","type":"stable","version":"v7.0.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v7.0.0-pre.2","date":"2026-06-27T16:28:53Z","type":"prerelease","version":"v7.0.0-pre.2"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.3.0","date":"2026-06-06T17:36:07Z","type":"stable","version":"v6.3.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.2.0","date":"2026-04-11T18:22:37Z","type":"stable","version":"v6.2.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v7.0.0-pre.0","date":"2026-02-22T22:25:51Z","type":"prerelease","version":"v7.0.0-pre.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.1.0","date":"2026-02-22T20:48:20Z","type":"stable","version":"v6.1.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.1","date":"2026-01-19T16:13:31Z","type":"stable","version":"v6.0.1"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0","date":"2026-01-17T19:54:00Z","type":"stable","version":"v6.0.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0-beta.1","date":"2025-12-06T19:47:43Z","type":"prerelease","version":"v6.0.0-beta.1"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.13.0","date":"2025-12-02T01:41:02Z","type":"stable","version":"v5.13.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0-beta.0","date":"2025-11-28T20:00:08Z","type":"prerelease","version":"v6.0.0-beta.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0-alpha.2","date":"2025-11-15T22:49:45Z","type":"prerelease","version":"v6.0.0-alpha.2"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.12.1","date":"2025-10-30T03:03:47Z","type":"stable","version":"v5.12.1"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0-alpha.1","date":"2025-10-18T20:19:04Z","type":"prerelease","version":"v6.0.0-alpha.1"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.12.0","date":"2025-10-05T19:44:18Z","type":"stable","version":"v5.12.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v6.0.0-alpha.0","date":"2025-09-30T03:10:29Z","type":"prerelease","version":"v6.0.0-alpha.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.11.0","date":"2025-09-27T00:16:27Z","type":"stable","version":"v5.11.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.10.0","date":"2025-08-30T20:55:32Z","type":"stable","version":"v5.10.0"},{"url":"https://github.com/jasmine/jasmine/releases/tag/v5.9.0","date":"2025-07-19T15:49:14Z","type":"stable","version":"v5.9.0"}]` |
| security.scorecard | - | 4 |
| security.vulnerabilities | - | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=jasmine-core&per_page=100","last_12m":0,"max_severity":null}` |

## Capabilities (Testing Tools)

| Capability | Cucumber | Jasmine |
|---|:--:|:--:|
| **Core** |  |  |
| Test types | Unit + integration + E2E | - |
| Browser automation | - | ✗ |
| Built-in assertion library | ✓ | ✓ |
| Languages | Ruby, Java, JavaScript, Python, PHP, Go, Rust, Scala, C# | JavaScript, TypeScript |
| **Isolation** |  |  |
| Mocking / stubbing | - | ✓ |
| **Techniques** |  |  |
| Snapshot testing | - | - |
| **Performance** |  |  |
| Parallel execution | - | ✓ |
| **Insight** |  |  |
| Code coverage | - | - |
| **DX** |  |  |
| Watch mode | - | - |
| **Ops** |  |  |
| CI integration | ✓ | - |

*Source: Vioscale. Generated 2026-09-01T14:59:33.018Z. "-" = undocumented, not absent.*
