We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734c72e commit a08531cCopy full SHA for a08531c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v15.1.5
6
+
7
+- Correctly escape injected values to glob patterns, fixes [#946](https://github.com/badeball/cypress-cucumber-preprocessor/issues/946).
8
9
## v15.1.4
10
11
- Handle rescued test errors without self erroring, fixes [#856](https://github.com/badeball/cypress-cucumber-preprocessor/issues/856).
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@badeball/cypress-cucumber-preprocessor",
- "version": "15.1.4",
+ "version": "15.1.5",
"author": "Jonas Amundsen",
"license": "MIT",
"homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",
0 commit comments