You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## v11.2.0
6
+
7
+
- Enable `*.mjs` file extension by default, when looking for step definitions.
8
+
9
+
- Add a default export to `@badeball/cypress-cucumber-preprocessor/esbuild`.
10
+
11
+
- Add examples for CJS and ESM.
12
+
5
13
## v11.1.0
6
14
7
15
- Enable test configuration overrides, such as retrability of a single scenario, fixes [#697](https://github.com/badeball/cypress-cucumber-preprocessor/issues/697).
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,4 @@ Every configuration option has a similar key which can be use to override it, sh
54
54
55
55
## Test configuration
56
56
57
-
Some of Cypress' [configuration options](https://docs.cypress.io/guides/references/configuration) can be overridden per-test, [Test configuration](test-configuration.md).
57
+
Some of Cypress' [configuration options](https://docs.cypress.io/guides/references/configuration) can be overridden per-test, see [Test configuration](test-configuration.md).
Copy file name to clipboardExpand all lines: docs/quick-start.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,7 @@ export default defineConfig({
18
18
});
19
19
```
20
20
21
-
Configure your preferred bundler to process features files, with examples for
22
-
23
-
*[Browserify](../examples/browserify)
24
-
*[Webpack](../examples/webpack)
25
-
*[Esbuild](../examples/esbuild)
21
+
Then configure your preferred bundler to process features files. See [examples/](../examples) for how-to using Browserify, Esbuild or Webpack. Esbuild is the recommended bundler if you have no particular requirements (it's by far the fastest).
26
22
27
23
Read more about configuration options at [docs/configuration.md](configuration.md).
0 commit comments