Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new column to matrix output table #983

Closed
piotradamczyk5 opened this issue Aug 12, 2020 · 0 comments · Fixed by #1040
Closed

Add new column to matrix output table #983

piotradamczyk5 opened this issue Aug 12, 2020 · 0 comments · Fixed by #1040
Assignees

Comments

@piotradamczyk5
Copy link
Contributor

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.
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants