Skip to content

Commit 99fb342

Browse files
sawasawasawalgandecki
authored andcommitted
chore: preparation for semantic release and webpack section README (#119)
1 parent 31a626c commit 99fb342

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
2+
Starting with version 1.6.0 all the changes will be documented [here](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/releases)
33

44
## [1.6.0] - 2018-10-23
55
### Added

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ declare const Given, When, Then;
208208
const {given, when, then} = require('cypress-cucumber-preprocessor/resolveStepDefinition')
209209
```
210210
211+
## Using Webpack
212+
213+
You can also use a Webpack loader to process feature files (TypeScript supported). To see how it is done please take
214+
a look here
215+
[cypress-cucumber-webpack-typescript-example](https://github.com/TheBrainFamily/cypress-cucumber-webpack-typescript-example)
216+
211217
## TODO
212218
213219
(Maybe?) Option to customize mocha template ( #3 )
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Feature: Webstorm support
2-
3-
As a cucumber cypress plugin I want Webstorm to recognize capitalized
4-
step definitions so I can navigate from feature files to the corresponding
5-
step definition
6-
7-
Scenario: The pluging recognizes capitalized Given, When and Then
8-
Given I am using the Cypress Cucumber plugin
9-
When I write my steps using caps
10-
Then Webstorm recognizes my 3 steps
1+
Feature: Webstorm support
2+
3+
As a cucumber cypress plugin I want Webstorm to recognize capitalized
4+
step definitions so I can navigate from feature files to the corresponding
5+
step definition
6+
7+
Scenario: The pluging recognizes capitalized Given, When and Then
8+
Given I am using the Cypress Cucumber plugin
9+
When I write my steps using caps
10+
Then Webstorm recognizes my 3 steps
1111
And Webstorm recognizes "words"

0 commit comments

Comments
 (0)