testkube icon indicating copy to clipboard operation
testkube copied to clipboard

Add number to execution and refactor displaying of execution in CLI

Open TheBrunoLopes opened this issue 2 years ago • 0 comments

Goal Make executions easier to work with from CLI Make a structured data format that will be used later on for exporting data and analytics.

  • Remove execution names, allow to add labels on test execution.

  • Test execution result header format should be:

    • Id
    • Execution Number
    • Test or TestSuite name
    • Status: Failed/Passed/Running
    • Start time - End Time & Duration
image image

TheBrunoLopes avatar May 01 '22 16:05 TheBrunoLopes