Skip to content

Releases: getjoystick/witcher

v0.3.1

21 Aug 13:12
Compare
Choose a tag to compare

Changed

  • Minor removal of unnecessary code

v0.3.0

21 Aug 13:07
Compare
Choose a tag to compare

Added

  • Keywords, repository and homepage in package.json
  • Demo configurations as an example of how to use witcher

Changed

  • README with TLDR section and summary about the project
  • License updated to MIT

v0.2.0

18 Aug 14:27
Compare
Choose a tag to compare

Added

  • Param waitForMs to test unit configuration (will wait for given amount of time before running the test)
  • Test web server for E2E verification of witcher
  • E2E test for eventual-consistent APIs
  • Verification pipeline step for E2E tests

Changed

  • Structure of testing configuration files
  • README to reflect changes in the project

v0.1.0

14 Aug 11:58
Compare
Choose a tag to compare

Added

  • Interactive mode to visually select configuration for the test
  • Non-interactive mode to run the application in CI environment
  • Joystick as a data-source for testing configurations and devs collaboration
  • Structure of configurations files
  • Dedicated files structure to store secrets needed for tests (e.g. database credentials)
  • Variables shared between test steps
  • Assertions based on responses and changes in the database