We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23d537 commit 075d149Copy full SHA for 075d149
1 file changed
ctrf/ctrf.go
@@ -215,7 +215,7 @@ type TestResult struct {
215
RawStatus string `json:"rawStatus,omitempty"`
216
Tags []string `json:"tags,omitempty"`
217
Type string `json:"type,omitempty"`
218
- Filepath string `json:"filepath,omitempty"`
+ Filepath string `json:"filePath,omitempty"`
219
Retry int `json:"retry,omitempty"`
220
Flake bool `json:"flake,omitempty"`
221
Browser string `json:"browser,omitempty"`
0 commit comments