Releases: jjanvier/tdd.sh
Releases · jjanvier/tdd.sh
v0.2.0
Changelog
Features:
- Check test commands existence before execution
- Better display of tests execution results
- Be able to choose what to add to the git index
- Handle live output for test aliases
Bug fixes:
- Embed icon and bell assets in the binary
- Sanitize todo list containing empty lines
- Fix spies expectation in tests
v0.1.0
Changelog
Initial release of TDD.sh.
Features:
- have a simple and consistent way to launch your tests across all your projects, whatever the language
- automatically commit when your tests are green
- launch a notification when your tests have been red for too long
- stay focused in the red/green/refactor loop by using a todo list
Commands:
config
: Handle the configuration filedo
: Pick an item from the todo listdone
: Clear the todo listhelp
: Help about any commandlaunch
: Launch a test aliasnew
: Start a new TDD sessiontodo
: Add an item to the todo listnotify
: Display a notification message