Describe the solution you'd like
When running many test cases it is sometimes hard to see in the output which test case the output belongs to.
It would be cool if the output could be grouped by test case.
A simple first improvement could be to output the name of the test that is being run. Right now it needs to be deduced from
Using copier to create: .ctt/test
GitHub Actions has workflow commands one of which is to group log lines. This could be used to group each test run.
Is your feature request related to a problem? Please describe.
Describe alternatives you've considered
Additional comment
It would also be nice if ctt ran all tests regardless of success/fail and provided the summary at the end. Right now it stops at the first error. However, I understand that that is more complex to implement and might not be worth it to support. Just thought I mention it :)
Describe the solution you'd like
When running many test cases it is sometimes hard to see in the output which test case the output belongs to.
It would be cool if the output could be grouped by test case.
A simple first improvement could be to output the name of the test that is being run. Right now it needs to be deduced from
GitHub Actions has workflow commands one of which is to group log lines. This could be used to group each test run.
Is your feature request related to a problem? Please describe.
Describe alternatives you've considered
Additional comment
It would also be nice if
cttran all tests regardless of success/fail and provided the summary at the end. Right now it stops at the first error. However, I understand that that is more complex to implement and might not be worth it to support. Just thought I mention it :)