4.0.4 • Published 2 years ago

cucumber-cypress-slicer v4.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

cucumber-cypress-slicer renovate-app badge cypress version

A cypress plugin for slice down feature files per scenario

Install

npm i -D cucumber-cypress-slicer
# or using Yarn
yarn add -D cucumber-cypress-slicer

This module assumes the cypress dependency v10.3.0+ has been installed.

Use

npx cucumber-cypress-slicer

Which will find all features files and will create feature file for each scenario in cypress/e2e/parsed/ folder.

Naming

Plugin will automatically create a feature file per scenario found and will name each file using the following pattern:

Feature_<feature file title>_<scenario_title>.feature 

Debugging

Run this script with environment variable DEBUG=cucumber-cypress-slicer to see verbose logs

4.0.4

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

3.5.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0

3 years ago

1.1.2

3 years ago

2.1.2

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago