Skip to content

Commit

Permalink
Update documentation with new performance metadata for test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkubej committed Nov 4, 2023
1 parent e64b609 commit b6fe351
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2080,13 +2080,22 @@ This option allows the use of a custom results processor. This processor must be
"column": number,
"line": number
},
"duration": number | null
"duration": number | null,
"startAt": epoch | null
},
...
],
"perfStats": {
"start": epoch,
"end": epoch
"end": epoch,
"loadTestEnvironmentEnd": epoch,
"loadTestEnvironmentStart": epoch,
"runtime": number,
"setupAfterEnvEnd": epoch,
"setupAfterEnvStart": epoch,
"setupFilesEnd": epoch,
"setupFilesStart": epoch,
"slow": boolean,
"start": epoch
},
"testFilePath": absolute path to test file,
"coverage": {}
Expand Down

0 comments on commit b6fe351

Please sign in to comment.