Add Support for Storing Previous Attempts of Test Run #27
Closed
alexshamrai
started this conversation in
Schema
Replies: 1 comment
-
@Ma11hewThomas Looks like this request is redundant. If each re-run will be stored as a separate Test, there is no need to do this change in schema. I guess the discussion can be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently, the CTRF schema and implementation only track the number of retries for a test but do not store detailed information about previous test runs. This makes it difficult to analyze test flakiness and understand the history of test executions(during one test run)
Proposed Changes
Update the CTRF Schema
Add a previousAttempts field to the Test schema:
Example for the test in the resulting JSON:
Beta Was this translation helpful? Give feedback.
All reactions