Releases: klamping/chester-desktop
Releases · klamping/chester-desktop
0.1.12
Adds in OS menu options; what a novel idea!
This also allows you to copy/paste from inside the terminal output, something very valuable when debugging.
Also, I reworked the ctrl+r listener to be more universal, so you can run it even when focused inside the terminal.
0.1.11
Tweak to design, allowing run/stop test buttons to appear above the terminal output when expanded
0.1.10
Major improvements to the environment variables setting
- stores them on project by project basis
- reformatted variable input
- can toggle them on/off
0.1.9
Now you can customize the test command to be run. Use at your own risk!
0.1.8
- change header to update project settings through modal
0.1.6
Small change adding the 'add new project' to link to the start page.
It's real this time
Updated the custom wdio.conf.js locations to permanently store additions.
Custom config locations
Added the ability to use a custom wdio.conf.js location, if you have your configuration file in a location other than your root folder. I don't have the logic to permanently store this, so it's something that unfortunately has to be added every time. I hope to have a fix for this soon.
0.1.2
Fix for environment variables not working. Hope to update how you input these soon (allowing saving/toggling of vars similar to how Postman does it).