Skip to content

Commit e678812

Browse files
committed
Update @cucumber/compatibility-kit to v25.0.0
1 parent b0c15e5 commit e678812

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

compatibility/cck_spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ describe("Cucumber Compatibility Kit", () => {
102102
case "global-hooks-beforeall-error": // See above
103103
case "global-hooks-afterall-error": // See above
104104
case "hooks-undefined": // See above
105+
case "hooks-skipped": // See above
105106
case "multiple-features": // The "correct" message order is difficult to mimick
106107
case "multiple-features-reversed": // Cypress has no `reversed` option
108+
case "test-run-exception": // Difficult to reproduce such scenario
107109
it.skip(`passes the cck suite for '${suiteName}'`);
108110
continue;
109111
}

compatibility/step_definitions/skipped.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import { Before, Given } from "@badeball/cypress-cucumber-preprocessor";
2-
3-
Before("@skip", function () {
4-
return "skipped";
5-
});
1+
import { Given } from "@badeball/cypress-cucumber-preprocessor";
62

73
Given("a step that does not skip", function () {
84
// no-op

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@babel/parser": "^7.25.3",
9191
"@babel/types": "^7.25.2",
9292
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.2",
93-
"@cucumber/compatibility-kit": "^23.0.0",
93+
"@cucumber/compatibility-kit": "^25.0.0",
9494
"@cypress/webpack-preprocessor": "^6.0.2",
9595
"@eslint/eslintrc": "^3.1.0",
9696
"@eslint/js": "^9.8.0",

0 commit comments

Comments
 (0)