cucumber-forge-desktop
cucumber-forge-desktop copied to clipboard
Cucumber Feature Reports Made Easy
Is this project active? Can we archive this project? By archiving, previously release assets will be untouched, but support will cease for this project going forward. If anyone has any...
Bumps [electron](https://github.com/electron/electron) from 11.5.0 to 22.3.25. Release notes Sourced from electron's releases. electron v22.3.25 Release Notes for v22.3.25 Other Changes Security: backported fix for CVE-2023-5217. #40026 electron v22.3.24 Release Notes...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@electron-forge/cli](https://github.com/electron/forge), [@electron-forge/maker-dmg](https://github.com/electron/forge), [@electron-forge/maker-squirrel](https://github.com/electron/forge), [@electron-forge/maker-zip](https://github.com/electron/forge), [@electron-forge/publisher-github](https://github.com/electron/forge) and [spectron](https://github.com/electron/spectron). These dependencies need to be updated together. Removes `tough-cookie` Updates `@electron-forge/cli` from...
Newer versions of Chrome/Electron appear to have broken the OverlayScrollbar functionality: https://github.com/electron/electron/issues/14901. For now CFD has been reverted to the default scrollbars until we can find a solution to this...
Currently to generate a report, the feature files have to be accessible in the file system that CFD is running on. It would be nice to be able to generate...
In order to support things like "Review Mode" (https://github.com/cerner/cucumber-forge-desktop/issues/22) we need to be able to load an already generated report (HTML file) back into the application. At the most basic...
When reviewing reports it can be challenging to see what changed between versions. It would be nice to have some way to load two report HTML files and see the...
Currently we are using the electron-simple-updater library to automatically pull updates off of GitHub releases. It would be nice to switch to the default electron library instead: https://github.com/electron/update-electron-app At the...
Would be nice to pop some notifications within the app the first time it is run to direct the user on how to use it. One possibility would be to...