All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
This document is formatted according to the principles of Keep A CHANGELOG.
Please visit cucumber/CONTRIBUTING.md for more info on how to contribute to Cucumber.
- Only disable web security when the environment variable CUCUMBER_ELECTRON_DISABLE_WEB_SECURITY is set to '1'
-
Added CLI
--help
option. -
Renamed CLI
--electron-debug
option to--interactive
(or-i
) -
Added integration with debug module, prints debug messages in the main process
-
Fixed an issue with cucumber 4.0.0 where cucumber-electron would always exit with a 0 exit code.
-
Added this CHANGELOG.md file per cucumber/cucumber #251 (#15 jaysonesmith)