mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Add option of use-actions-summary
This commit is contained in:
parent
bd77050543
commit
3608ee03fd
17 changed files with 4236 additions and 402 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[test/main_test.dart](#r0s0)|1:white_check_mark:|3:x:||74ms|
|
||||
|[test/second_test.dart](#r0s1)||1:x:|1:no_entry_sign:|51ms|
|
||||
|[test/second_test.dart](#r0s1)||1:x:|1:warning:|51ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">test/main_test.dart</a>
|
||||
```
|
||||
Test 1
|
||||
|
|
@ -24,5 +24,5 @@ Test 2
|
|||
```
|
||||
:x: Timeout test
|
||||
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
|
||||
:no_entry_sign: Skipped test
|
||||
:warning: Skipped test
|
||||
```
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
**11** tests were completed in **1s** with **5** passed, **5** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5:white_check_mark:|5:x:|1:no_entry_sign:|118ms|
|
||||
|[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5:white_check_mark:|5:x:|1:warning:|118ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">DotnetTests.XUnitTests.CalculatorTests</a>
|
||||
```
|
||||
:white_check_mark: Custom Name
|
||||
|
|
@ -26,6 +26,6 @@
|
|||
Assert.True() Failure
|
||||
Expected: True
|
||||
Actual: False
|
||||
:no_entry_sign: Skipped_Test
|
||||
:warning: Skipped_Test
|
||||
:white_check_mark: Timeout_Test
|
||||
```
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@
|
|||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[__tests__\main.test.js](#r0s0)|1:white_check_mark:|3:x:||486ms|
|
||||
|[__tests__\second.test.js](#r0s1)||1:x:|1:no_entry_sign:|82ms|
|
||||
|[__tests__\second.test.js](#r0s1)||1:x:|1:warning:|82ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">__tests__\main.test.js</a>
|
||||
```
|
||||
Test 1
|
||||
|
|
@ -22,5 +22,5 @@ Test 2
|
|||
```
|
||||
:x: Timeout test
|
||||
: Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Error:
|
||||
:no_entry_sign: Skipped test
|
||||
:warning: Skipped test
|
||||
```
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|e2e/__tests__/babelPluginJestHoist.test.ts|1:white_check_mark:|||6s|
|
||||
|e2e/__tests__/badSourceMap.test.ts|1:white_check_mark:|||858ms|
|
||||
|e2e/__tests__/beforeAllFiltered.ts|1:white_check_mark:|||958ms|
|
||||
|e2e/__tests__/beforeEachQueue.ts|1:white_check_mark:||1:no_entry_sign:|55ms|
|
||||
|e2e/__tests__/beforeEachQueue.ts|1:white_check_mark:||1:warning:|55ms|
|
||||
|e2e/__tests__/callDoneTwice.test.ts|1:white_check_mark:|||882ms|
|
||||
|e2e/__tests__/chaiAssertionLibrary.ts|1:white_check_mark:|||2s|
|
||||
|e2e/__tests__/circularInequality.test.ts|1:white_check_mark:|||1s|
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
|e2e/__tests__/emptySuiteError.test.ts|1:white_check_mark:|||885ms|
|
||||
|e2e/__tests__/env.test.ts|6:white_check_mark:|||5s|
|
||||
|e2e/__tests__/environmentAfterTeardown.test.ts|1:white_check_mark:|||892ms|
|
||||
|e2e/__tests__/errorOnDeprecated.test.ts|1:white_check_mark:||24:no_entry_sign:|56ms|
|
||||
|e2e/__tests__/errorOnDeprecated.test.ts|1:white_check_mark:||24:warning:|56ms|
|
||||
|e2e/__tests__/esmConfigFile.test.ts|3:white_check_mark:|||526ms|
|
||||
|e2e/__tests__/executeTestsOnceInMpr.ts|1:white_check_mark:|||976ms|
|
||||
|e2e/__tests__/existentRoots.test.ts|4:white_check_mark:|||627ms|
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
|e2e/__tests__/importedGlobals.test.ts|1:white_check_mark:|||1s|
|
||||
|e2e/__tests__/injectGlobals.test.ts|2:white_check_mark:|||2s|
|
||||
|e2e/__tests__/jasmineAsync.test.ts|15:white_check_mark:|||28s|
|
||||
|e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts|1:white_check_mark:||1:no_entry_sign:|72ms|
|
||||
|e2e/__tests__/jasmineAsyncWithPendingDuringTest.ts|1:white_check_mark:||1:warning:|72ms|
|
||||
|e2e/__tests__/jest.config.js.test.ts|3:white_check_mark:|||2s|
|
||||
|e2e/__tests__/jest.config.ts.test.ts|5:white_check_mark:|||14s|
|
||||
|[e2e/__tests__/jestChangedFiles.test.ts](#r0s75)|9:white_check_mark:|1:x:||9s|
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
|e2e/__tests__/moduleParentNullInTest.ts|1:white_check_mark:|||886ms|
|
||||
|e2e/__tests__/multiProjectRunner.test.ts|14:white_check_mark:|||16s|
|
||||
|e2e/__tests__/nativeAsyncMock.test.ts|1:white_check_mark:|||55ms|
|
||||
|e2e/__tests__/nativeEsm.test.ts|2:white_check_mark:||1:no_entry_sign:|905ms|
|
||||
|e2e/__tests__/nativeEsm.test.ts|2:white_check_mark:||1:warning:|905ms|
|
||||
|e2e/__tests__/nativeEsmTypescript.test.ts|1:white_check_mark:|||956ms|
|
||||
|e2e/__tests__/nestedEventLoop.test.ts|1:white_check_mark:|||1s|
|
||||
|e2e/__tests__/nestedTestDefinitions.test.ts|4:white_check_mark:|||5s|
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
|e2e/__tests__/testRetries.test.ts|4:white_check_mark:|||3s|
|
||||
|e2e/__tests__/testTodo.test.ts|5:white_check_mark:|||4s|
|
||||
|e2e/__tests__/timeouts.test.ts|4:white_check_mark:|||4s|
|
||||
|e2e/__tests__/timeoutsLegacy.test.ts|1:white_check_mark:||3:no_entry_sign:|71ms|
|
||||
|e2e/__tests__/timeoutsLegacy.test.ts|1:white_check_mark:||3:warning:|71ms|
|
||||
|e2e/__tests__/timerResetMocks.test.ts|2:white_check_mark:|||2s|
|
||||
|e2e/__tests__/timerUseRealTimers.test.ts|1:white_check_mark:|||1s|
|
||||
|e2e/__tests__/toMatchInlineSnapshot.test.ts|12:white_check_mark:|||24s|
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[test/main.test.js](#r0s0)|1:white_check_mark:|3:x:||1ms|
|
||||
|[test/second.test.js](#r0s1)||1:x:|1:no_entry_sign:|8ms|
|
||||
|[test/second.test.js](#r0s1)||1:x:|1:warning:|8ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">test/main.test.js</a>
|
||||
```
|
||||
Test 1
|
||||
|
|
@ -23,7 +23,7 @@ Test 2
|
|||
```
|
||||
### :x: <a id="user-content-r0s1" href="#r0s1">test/second.test.js</a>
|
||||
```
|
||||
:no_entry_sign: Skipped test
|
||||
:warning: Skipped test
|
||||
:x: Timeout test
|
||||
Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
|
||||
```
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -3,10 +3,10 @@
|
|||
**2** tests were completed in **116ms** with **0** passed, **1** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[org.apache.pulsar.AddMissingPatchVersionTest](#r0s0)||1:x:|1:no_entry_sign:|116ms|
|
||||
|[org.apache.pulsar.AddMissingPatchVersionTest](#r0s0)||1:x:|1:warning:|116ms|
|
||||
### :x: <a id="user-content-r0s0" href="#r0s0">org.apache.pulsar.AddMissingPatchVersionTest</a>
|
||||
```
|
||||
:no_entry_sign: testVersionStrings
|
||||
:warning: testVersionStrings
|
||||
:x: testVersionStrings
|
||||
java.lang.AssertionError: expected [1.2.1] but found [1.2.0]
|
||||
```
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -4,11 +4,11 @@
|
|||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageCredentialsTest](#r0s0)|6:white_check_mark:|||30ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest](#r0s1)|2:white_check_mark:||3:no_entry_sign:|101ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest](#r0s2)|4:white_check_mark:||3:no_entry_sign:|166ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest](#r0s1)|2:white_check_mark:||3:warning:|101ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest](#r0s2)|4:white_check_mark:||3:warning:|166ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest](#r0s3)|2:white_check_mark:|||7ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest](#r0s4)|1:white_check_mark:||3:no_entry_sign:|40ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest](#r0s5)|1:white_check_mark:||3:no_entry_sign:|15ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest](#r0s4)|1:white_check_mark:||3:warning:|40ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest](#r0s5)|1:white_check_mark:||3:warning:|15ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest](#r0s6)|5:white_check_mark:|||16ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageTokenTest](#r0s7)|9:white_check_mark:|||0ms|
|
||||
|[VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest](#r0s8)|3:white_check_mark:|||3ms|
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
### :white_check_mark: <a id="user-content-r0s1" href="#r0s1">VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest</a>
|
||||
```
|
||||
:white_check_mark: FileLifecycleWorks
|
||||
:no_entry_sign: ReallyDoFetchToken
|
||||
:no_entry_sign: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:no_entry_sign: ReallyDoRefreshToken
|
||||
:warning: ReallyDoFetchToken
|
||||
:warning: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:warning: ReallyDoRefreshToken
|
||||
:white_check_mark: ThrowsAccessDeniedExceptionWithInvalidToken
|
||||
```
|
||||
### :white_check_mark: <a id="user-content-r0s2" href="#r0s2">VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest</a>
|
||||
|
|
@ -39,9 +39,9 @@
|
|||
:white_check_mark: SanitizeCredentials_ChangesInvalidPrefix
|
||||
:white_check_mark: SecureSslConnectionWorks
|
||||
:white_check_mark: ThrowsWithHttpInsteadOfFtp
|
||||
:no_entry_sign: ThrowsWithInvalidPassword
|
||||
:no_entry_sign: ThrowsWithInvalidUrl
|
||||
:no_entry_sign: ThrowsWithInvalidUsername
|
||||
:warning: ThrowsWithInvalidPassword
|
||||
:warning: ThrowsWithInvalidUrl
|
||||
:warning: ThrowsWithInvalidUsername
|
||||
```
|
||||
### :white_check_mark: <a id="user-content-r0s3" href="#r0s3">VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest</a>
|
||||
```
|
||||
|
|
@ -51,16 +51,16 @@
|
|||
### :white_check_mark: <a id="user-content-r0s4" href="#r0s4">VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest</a>
|
||||
```
|
||||
:white_check_mark: FileLifecycleWorks
|
||||
:no_entry_sign: ReallyDoFetchToken
|
||||
:no_entry_sign: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:no_entry_sign: ReallyDoRefreshToken
|
||||
:warning: ReallyDoFetchToken
|
||||
:warning: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:warning: ReallyDoRefreshToken
|
||||
```
|
||||
### :white_check_mark: <a id="user-content-r0s5" href="#r0s5">VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest</a>
|
||||
```
|
||||
:white_check_mark: FileLifecycleWorks
|
||||
:no_entry_sign: ReallyDoFetchToken
|
||||
:no_entry_sign: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:no_entry_sign: ReallyDoRefreshToken
|
||||
:warning: ReallyDoFetchToken
|
||||
:warning: ReallyDoOpenAuthorizationPageInBrowser
|
||||
:warning: ReallyDoRefreshToken
|
||||
```
|
||||
### :white_check_mark: <a id="user-content-r0s6" href="#r0s6">VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest</a>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue