vitest-cucumber-plugin 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE_NOTES.md +1 -0
- package/package.json +1 -1
- package/src/generate/feature.js +4 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
* v0.5.2 : Throw an error if a step file import fails instead of logging it
|
|
1
2
|
* v0.5.1 : Added info level logging for tracing state through steps. Also added a log file option.
|
|
2
3
|
* v0.5.0 : Implemented Doc Strings. Plugin is now feature complete.
|
|
3
4
|
* v0.1.8 : Implemented Rule keyword
|
package/package.json
CHANGED