File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ The `test` object contains the following properties:
2626| ` rawStatus ` | ` String ` | Optional | The original status of the test before mapping to CTRF status. |
2727| ` tags ` | ` Array of Strings ` | Optional | Labels or categorisation for the test (e.g., [ "UI", "Login"] ). |
2828| ` type ` | ` String ` | Optional | The type of test (e.g., "unit", "integration", "e2e"). |
29- | ` filepath ` | ` String ` | Optional | The file path where the test is located in the project. |
29+ | ` filePath ` | ` String ` | Optional | The file path where the test is located in the project. |
3030| ` retries ` | ` Number ` | Optional | The number of retries attempted for the test. |
3131| ` flaky ` | ` Boolean ` | Optional | Indicates whether the test result is flaky |
3232| ` stdout ` | ` Array of Strings ` | Optional | The standard output of the test. |
You can’t perform that action at this time.
0 commit comments