diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 904e20d1..73f9dcb7 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@babel/core": "7.28.4", - "@cucumber/compatibility-kit": "^20.0.0", + "@cucumber/compatibility-kit": "^22.0.0", "@cucumber/gherkin": "34.0.0", "@cucumber/gherkin-streams": "^5.0.1", "@cucumber/gherkin-utils": "^9.0.0", @@ -339,9 +339,9 @@ } }, "node_modules/@cucumber/compatibility-kit": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-20.0.0.tgz", - "integrity": "sha512-hrlelLdOP7ojqSDxbuzBLSfrwbV4js0ew2FlOqa2kTf/dOLrynhAvtPyDw0001xNBhqXr5YtGZIas/2WWkP5vA==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-22.0.1.tgz", + "integrity": "sha512-3wvLc+JL+O/zZby5wKthjoOwGgJNIX7DVb2pODMpGx8ZWMGUm/OnlTq5gXDRQgGqQAdtoEhcYfr9eV56HgRdmg==", "dev": true }, "node_modules/@cucumber/gherkin": { @@ -9830,9 +9830,9 @@ } }, "@cucumber/compatibility-kit": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-20.0.0.tgz", - "integrity": "sha512-hrlelLdOP7ojqSDxbuzBLSfrwbV4js0ew2FlOqa2kTf/dOLrynhAvtPyDw0001xNBhqXr5YtGZIas/2WWkP5vA==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@cucumber/compatibility-kit/-/compatibility-kit-22.0.1.tgz", + "integrity": "sha512-3wvLc+JL+O/zZby5wKthjoOwGgJNIX7DVb2pODMpGx8ZWMGUm/OnlTq5gXDRQgGqQAdtoEhcYfr9eV56HgRdmg==", "dev": true }, "@cucumber/gherkin": { diff --git a/javascript/package.json b/javascript/package.json index fa495495..4ac66983 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/core": "7.28.4", - "@cucumber/compatibility-kit": "^20.0.0", + "@cucumber/compatibility-kit": "^22.0.0", "@cucumber/gherkin": "34.0.0", "@cucumber/gherkin-streams": "^5.0.1", "@cucumber/gherkin-utils": "^9.0.0", diff --git a/javascript/test/__screenshots__/ambiguous.png b/javascript/test/__screenshots__/ambiguous.png new file mode 100644 index 00000000..92029943 Binary files /dev/null and b/javascript/test/__screenshots__/ambiguous.png differ diff --git a/javascript/test/__screenshots__/backgrounds.png b/javascript/test/__screenshots__/backgrounds.png new file mode 100644 index 00000000..cae2470d Binary files /dev/null and b/javascript/test/__screenshots__/backgrounds.png differ diff --git a/javascript/test/__screenshots__/doc-strings.png b/javascript/test/__screenshots__/doc-strings.png new file mode 100644 index 00000000..2b368382 Binary files /dev/null and b/javascript/test/__screenshots__/doc-strings.png differ diff --git a/javascript/test/__screenshots__/global-hooks-afterall-error.png b/javascript/test/__screenshots__/global-hooks-afterall-error.png new file mode 100644 index 00000000..4e0267fd Binary files /dev/null and b/javascript/test/__screenshots__/global-hooks-afterall-error.png differ diff --git a/javascript/test/__screenshots__/global-hooks-attachments.png b/javascript/test/__screenshots__/global-hooks-attachments.png new file mode 100644 index 00000000..13ec4c51 Binary files /dev/null and b/javascript/test/__screenshots__/global-hooks-attachments.png differ diff --git a/javascript/test/__screenshots__/global-hooks-beforeall-error.png b/javascript/test/__screenshots__/global-hooks-beforeall-error.png new file mode 100644 index 00000000..a04e2a83 Binary files /dev/null and b/javascript/test/__screenshots__/global-hooks-beforeall-error.png differ diff --git a/javascript/test/__screenshots__/global-hooks.png b/javascript/test/__screenshots__/global-hooks.png new file mode 100644 index 00000000..a2517abb Binary files /dev/null and b/javascript/test/__screenshots__/global-hooks.png differ diff --git a/javascript/test/__screenshots__/multiple-features-reversed.png b/javascript/test/__screenshots__/multiple-features-reversed.png new file mode 100644 index 00000000..8b492dad Binary files /dev/null and b/javascript/test/__screenshots__/multiple-features-reversed.png differ diff --git a/javascript/test/__screenshots__/multiple-features.png b/javascript/test/__screenshots__/multiple-features.png new file mode 100644 index 00000000..4cb4b46d Binary files /dev/null and b/javascript/test/__screenshots__/multiple-features.png differ diff --git a/javascript/test/__screenshots__/regular-expression.png b/javascript/test/__screenshots__/regular-expression.png new file mode 100644 index 00000000..1165c561 Binary files /dev/null and b/javascript/test/__screenshots__/regular-expression.png differ diff --git a/javascript/test/__screenshots__/rules-backgrounds.png b/javascript/test/__screenshots__/rules-backgrounds.png new file mode 100644 index 00000000..b7566a4c Binary files /dev/null and b/javascript/test/__screenshots__/rules-backgrounds.png differ diff --git a/javascript/test/__screenshots__/unused-steps.png b/javascript/test/__screenshots__/unused-steps.png new file mode 100644 index 00000000..cff7033c Binary files /dev/null and b/javascript/test/__screenshots__/unused-steps.png differ