@qavajs/cypress-runner-adapter 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|
|
14
14
|
|
|
15
15
|
:microscope: - experimental
|
|
16
16
|
|
|
17
|
+
## [1.4.2]
|
|
18
|
+
- :pencil: updated to cypress 15.7.0
|
|
19
|
+
- :pencil: updated to gherkin to 37.0.0
|
|
20
|
+
|
|
17
21
|
## [1.4.1]
|
|
18
22
|
- :beetle: fixed `result` property in `After` and `AfterStep` hooks
|
|
19
23
|
- :rocket: added workaround to complete `AfterStep` hook in case of step fail
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qavajs/cypress-runner-adapter",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"debug": "cypress open --config-file test/cypress.config.js",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"homepage": "https://qavajs.github.io/docs/intro",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@cucumber/cucumber-expressions": "^18.0.1",
|
|
26
|
-
"@cucumber/gherkin": "^
|
|
26
|
+
"@cucumber/gherkin": "^37.0.0",
|
|
27
27
|
"@cucumber/tag-expressions": "^8.0.0",
|
|
28
|
-
"@cypress/webpack-preprocessor": "^7.0.
|
|
28
|
+
"@cypress/webpack-preprocessor": "^7.0.2",
|
|
29
29
|
"fs-extra": "^11.3.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"cypress": "^15.
|
|
32
|
+
"cypress": "^15.7.0"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"cypress",
|