Skip to content

v0.2.0

Compare
Choose a tag to compare
@kostya-zero kostya-zero released this 10 Jun 18:22
· 17 commits to main since this release
42596d2
  • Now the Tesuto source code is not split into multiple projects, but is located in a single project.
  • Completely changed the structure of the project in Tesuto. More details in this README section.
  • Completely rewritten runner.
  • The program will now be run through a shell depending on the operating system (cmd on Windows and bash on other OS). This option cannot be configured yet.
  • The scenarios have been deleted.
  • You can no longer add new job to a project via the add command.
  • Added require field for steps to specify which programs are needed to execute this project.
  • Added list command to display all available jobs.
  • Added quite field for steps to disable program output.
  • Improvements to the code to improve performance.