Skip to content

Releases: jjanvier/tdd.sh

v0.2.0

23 Feb 11:50
ac8adec
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

12 Feb 22:39
2fb4936
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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 file
  • do: Pick an item from the todo list
  • done : Clear the todo list
  • help: Help about any command
  • launch: Launch a test alias
  • new: Start a new TDD session
  • todo: Add an item to the todo list
  • notify: Display a notification message