mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Merge branch 'dorny:main'
This commit is contained in:
commit
0b7d35fd12
46 changed files with 35637 additions and 15914 deletions
16
__tests__/__outputs__/jest-react-component-test-results.md
Normal file
16
__tests__/__outputs__/jest-react-component-test-results.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||

|
||||
<details><summary>Expand for details</summary>
|
||||
|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|fixtures/external/jest/jest-react-component-test-results.xml|1:white_check_mark:|||1000ms|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">fixtures/external/jest/jest-react-component-test-results.xml</a>
|
||||
**1** tests were completed in **1000ms** with **1** passed, **0** failed and **0** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[\<Component /\>](#r0s0)|1:white_check_mark:|||798ms|
|
||||
### :white_check_mark: <a id="user-content-r0s0" href="#r0s0">\<Component /\></a>
|
||||
```
|
||||
:white_check_mark: <Component /> should render properly
|
||||
```
|
||||
</details>
|
||||
16
__tests__/__outputs__/swift-xunit.md
Normal file
16
__tests__/__outputs__/swift-xunit.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||

|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|fixtures/swift-xunit.xml|2:white_check_mark:|1:x:||220ms|
|
||||
## :x: <a id="user-content-r0" href="#r0">fixtures/swift-xunit.xml</a>
|
||||
**3** tests were completed in **220ms** with **2** passed, **1** failed and **0** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[TestResults](#r0s0)|2:white_check_mark:|1:x:||220ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">TestResults</a>
|
||||
```
|
||||
AcmeLibTests.AcmeLibTests
|
||||
:white_check_mark: test_always_pass
|
||||
:white_check_mark: test_always_skip
|
||||
:x: test_always_fail
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue