mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Add go-unit test
This commit is contained in:
parent
8079cf8926
commit
e0f4952e74
8 changed files with 184 additions and 32158 deletions
19
__tests__/__outputs__/ginkgo-junit-test-results.md
Normal file
19
__tests__/__outputs__/ginkgo-junit-test-results.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||

|
||||
## ❌ <a id="user-content-r0" href="#r0">fixtures/external/go/ginkgo-junit-report.xml</a>
|
||||
**3** tests were completed in **10s** with **2** passed, **1** failed and **0** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[Suite1](#r0s0)|1✔️|||2ms|
|
||||
|[Suite2](#r0s1)|1✔️|1❌||135ms|
|
||||
### ✔️ <a id="user-content-r0s0" href="#r0s0">Suite1</a>
|
||||
```
|
||||
Suite1
|
||||
✔️ [It] Should succeed
|
||||
```
|
||||
### ❌ <a id="user-content-r0s1" href="#r0s1">Suite2</a>
|
||||
```
|
||||
Suite2
|
||||
✔️ [It] Should succeed
|
||||
❌ [It] Should succeed, but errors
|
||||
/package2/a_test.go:52
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue