-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cucumber): support native esm (#3596)
Add support for native ESM to the cucumber runner. This means that [hot-reload is supported](https://stryker-mutator.io/blog/stryker-js-v6-expeditious-superior-mutations/#-hot-reload). Unfortunately, this does mean we had to drop support for cucumber 7 and lower. How to use native ESM with cucumber is documented here: https://github.com/cucumber/cucumber-js/blob/main/docs/esm.md BREAKING CHANGE: The `@stryker-mutator/cucumber-runner` now requires `@cucumber/cucumber` v8 or up.
- Loading branch information
Showing
31 changed files
with
3,111 additions
and
2,339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.