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
As a User, I want to show current configuration when printing matrix table so I can see all informations about my finished tests.
Is your feature request related to a problem? Please describe.
In Gcloud matrix table contains outcome-test_axis_value-outcome details.
In Flank we could run multiple matrices at the same time, so our table contains outcome-matrix id-outcome details.
┌─────────┬──────────────────────┬───────────────────────────────┐
│ OUTCOME │ MATRIX ID │ TEST DETAILS │
├─────────┼──────────────────────┼───────────────────────────────┤
│ flaky │ matrix-1aspi39ikq5hy │ 32 test cases passed, 8 flaky │
└─────────┴──────────────────────┴───────────────────────────────┘
However multiple configurations could be used to run on a single matrix and it should be shown in the table
Describe the solution you'd like
Add new column test axis value or configuration to show current configuration, so our table will have outcome-matrix id-text axis value-outcome details
With this approach, we will merge cloud details printing with Flank extended matrix report showing.
If you need more info contact with @jan-gogo or @piotradamczyk5
The text was updated successfully, but these errors were encountered:
Author the user story for this feature
As a User, I want to show current configuration when printing matrix table so I can see all informations about my finished tests.
Is your feature request related to a problem? Please describe.
In Gcloud matrix table contains
outcome
-test_axis_value
-outcome details
.In Flank we could run multiple matrices at the same time, so our table contains
outcome
-matrix id
-outcome details
.However multiple configurations could be used to run on a single matrix and it should be shown in the table
Describe the solution you'd like
Add new column
test axis value
orconfiguration
to show current configuration, so our table will haveoutcome
-matrix id
-text axis value
-outcome details
With this approach, we will merge cloud details printing with Flank extended matrix report showing.
If you need more info contact with @jan-gogo or @piotradamczyk5
The text was updated successfully, but these errors were encountered: