mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
feat: add reporter for salesforce apex
This commit is contained in:
parent
95058abb17
commit
c4f7701aa1
9 changed files with 11991 additions and 5 deletions
25
__tests__/fixtures/empty/apex-json.json
Normal file
25
__tests__/fixtures/empty/apex-json.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"result": {
|
||||
"summary": {
|
||||
"failRate": "0%",
|
||||
"failing": 0,
|
||||
"hostname": "https://scratch.my.salesforce.com",
|
||||
"orgId": "0000000000000",
|
||||
"outcome": "Passed",
|
||||
"passRate": "0%",
|
||||
"passing": 0,
|
||||
"skipped": 0,
|
||||
"testRunId": "000000000000",
|
||||
"testStartTime": "2024-07-11T15:21:00.000Z",
|
||||
"testsRan": 0,
|
||||
"userId": "000000000000000",
|
||||
"username": "test@example.com",
|
||||
"commandTime": "357 ms",
|
||||
"testExecutionTime": "1000 ms",
|
||||
"testTotalTime": "1000 ms",
|
||||
"orgWideCoverage": "0%",
|
||||
"testRunCoverage": "0%"
|
||||
},
|
||||
"tests": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue