You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.