https://github.com/cucumber/cucumber-js-package-upgrade
package to point users to the new @cucumber/cucumber
https://github.com/cucumber/cucumber-js-package-upgrade
Last synced: 4 months ago
JSON representation
package to point users to the new @cucumber/cucumber
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-js-package-upgrade
- Owner: cucumber
- License: mit
- Created: 2020-09-17T21:17:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T19:21:02.000Z (over 3 years ago)
- Last Synced: 2026-01-21T17:41:07.940Z (5 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cucumber-js
This is the last version in the `cucumber` series. New releases will henceforth
be made under [`@cucumber/cucumber`](https://www.npmjs.com/package/@cucumber/cucumber).
By installing this version you are implicitly installing the new `@cucumber/cucumber`
package.
You should `npm uninstall cucumber` and then `npm install --save-dev @cucumber/cucumber`.
After doing this you should replace your `require` or `import` statements to load
`@cucumber/cucumber` instead of `cucumber`.
If you are using TypeScript, `npm uninstall @types/cucumber` (v7 has types built-in). Also
replace `TableDefinition` with `DataTable` if you are using these in your code.