Skip to content

Commit 686f72e

Browse files
committed
v10.0.0
1 parent 36e15f0 commit 686f72e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v10.0.0
6+
7+
Breaking changes:
8+
9+
- Exported member `resolvePreprocessorConfiguration` now *requires* a `projectRoot` variable and a `environment` variable.
10+
11+
Other changes:
12+
13+
- Configuration values can now be overriden using (Cypress-) [environment variable](https://docs.cypress.io/guides/guides/environment-variables).
14+
515
## v9.2.1
616

717
- Fixed an [issue](https://github.com/badeball/cypress-cucumber-preprocessor/issues/713) with returning chainables from step definitions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@badeball/cypress-cucumber-preprocessor",
3-
"version": "9.2.1",
3+
"version": "10.0.0",
44
"author": "Jonas Amundsen",
55
"license": "MIT",
66
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",

0 commit comments

Comments
 (0)