Skip to content

Commit 3d9e3c7

Browse files
authored
Update README.md
1 parent d953ff1 commit 3d9e3c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Execute Gherkin scenarios in Jest
66
[![](https://img.shields.io/npm/v/jest-cucumber)](https://www.npmjs.com/package/jest-cucumber)
77
[![npm downloads](https://img.shields.io/npm/dm/jest-cucumber.svg?style=flat-square)](https://www.npmjs.com/package/jest-cucumber)
88

9-
<img src="./images/jest-cucumber-demo.gif?raw=true" alt="Cucumber Jest Demo" />
10-
119
## Overview
1210

1311
jest-cucumber is an alternative to [Cucumber.js](https://github.com/cucumber/cucumber-js) that runs on top on [Jest](https://jestjs.io). Instead of using `describe` and `it` blocks, you instead write a Jest test for each scenario, and then define `Given`, `When`, and `Then` step definitions inside of your Jest tests. jest-cucumber then allows you to link these Jest tests to your feature files and ensure that they always [stay in sync](https://github.com/bencompton/jest-cucumber/blob/master/docs/AdditionalConfiguration.md#disabling-scenario--step-definition-validation).

0 commit comments

Comments
 (0)