Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1c4c4a

Browse filesBrowse files
Merge pull request #31 from bradwilson/patch-1
Fix casing for 'filePath'
2 parents 7c58ff7 + fda3d27 commit c1c4c4a
Copy full SHA for c1c4c4a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎docs/specification/test.md‎

Copy file name to clipboardExpand all lines: docs/specification/test.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.