mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Fix dotnet-trx parser failing on passed tests with non-empty error info
This commit is contained in:
parent
4fcb1ce90b
commit
43d89d5ee5
7 changed files with 1431 additions and 7 deletions
136
__tests__/__outputs__/silent-notes-test-results.md
Normal file
136
__tests__/__outputs__/silent-notes-test-results.md
Normal file
|
|
@ -0,0 +1,136 @@
|
|||

|
||||
## ✔️ <a id="user-content-r0" href="#r0">fixtures/external/SilentNotes.trx</a>
|
||||
**79** tests were completed in **1s** with **67** passed, **0** failed and **12** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageCredentialsTest](#r0s0)|6✔️|||30ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest](#r0s1)|2✔️||3✖️|101ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest](#r0s2)|4✔️||3✖️|166ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest](#r0s3)|2✔️|||7ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest](#r0s4)|1✔️||3✖️|40ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest](#r0s5)|1✔️||3✖️|15ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest](#r0s6)|5✔️|||16ms|
|
||||
|[VanillaCloudStorageClientTest.CloudStorageTokenTest](#r0s7)|9✔️|||0ms|
|
||||
|[VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest](#r0s8)|3✔️|||3ms|
|
||||
|[VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest](#r0s9)|9✔️|||12ms|
|
||||
|[VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest](#r0s10)|5✔️|||13ms|
|
||||
|[VanillaCloudStorageClientTest.SecureStringExtensionsTest](#r0s11)|7✔️|||0ms|
|
||||
|[VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest](#r0s12)|13✔️|||43ms|
|
||||
### ✔️ <a id="user-content-r0s0" href="#r0s0">VanillaCloudStorageClientTest.CloudStorageCredentialsTest</a>
|
||||
```
|
||||
✔️ AreEqualWorksWithDifferentPassword
|
||||
✔️ AreEqualWorksWithSameContent
|
||||
✔️ CorrectlyConvertsSecureStringToString
|
||||
✔️ CorrectlyConvertsStringToSecureString
|
||||
✔️ ValidateAcceptsValidCredentials
|
||||
✔️ ValidateRejectsInvalidCredentials
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s1" href="#r0s1">VanillaCloudStorageClientTest.CloudStorageProviders.DropboxCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ FileLifecycleWorks
|
||||
✖️ ReallyDoFetchToken
|
||||
✖️ ReallyDoOpenAuthorizationPageInBrowser
|
||||
✖️ ReallyDoRefreshToken
|
||||
✔️ ThrowsAccessDeniedExceptionWithInvalidToken
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s2" href="#r0s2">VanillaCloudStorageClientTest.CloudStorageProviders.FtpCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ FileLifecycleWorks
|
||||
✔️ SanitizeCredentials_ChangesInvalidPrefix
|
||||
✔️ SecureSslConnectionWorks
|
||||
✔️ ThrowsWithHttpInsteadOfFtp
|
||||
✖️ ThrowsWithInvalidPassword
|
||||
✖️ ThrowsWithInvalidUrl
|
||||
✖️ ThrowsWithInvalidUsername
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s3" href="#r0s3">VanillaCloudStorageClientTest.CloudStorageProviders.GmxCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ ChoosesCorrectUrlForGmxComEmail
|
||||
✔️ ChoosesCorrectUrlForGmxNetEmail
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s4" href="#r0s4">VanillaCloudStorageClientTest.CloudStorageProviders.GoogleCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ FileLifecycleWorks
|
||||
✖️ ReallyDoFetchToken
|
||||
✖️ ReallyDoOpenAuthorizationPageInBrowser
|
||||
✖️ ReallyDoRefreshToken
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s5" href="#r0s5">VanillaCloudStorageClientTest.CloudStorageProviders.OnedriveCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ FileLifecycleWorks
|
||||
✖️ ReallyDoFetchToken
|
||||
✖️ ReallyDoOpenAuthorizationPageInBrowser
|
||||
✖️ ReallyDoRefreshToken
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s6" href="#r0s6">VanillaCloudStorageClientTest.CloudStorageProviders.WebdavCloudStorageClientTest</a>
|
||||
```
|
||||
✔️ FileLifecycleWorks
|
||||
✔️ ParseGmxWebdavResponseCorrectly
|
||||
✔️ ParseStratoWebdavResponseCorrectly
|
||||
✔️ ThrowsWithInvalidPath
|
||||
✔️ ThrowsWithInvalidUsername
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s7" href="#r0s7">VanillaCloudStorageClientTest.CloudStorageTokenTest</a>
|
||||
```
|
||||
✔️ AreEqualWorksWithNullDate
|
||||
✔️ AreEqualWorksWithSameContent
|
||||
✔️ NeedsRefreshReturnsFalseForTokenFlow
|
||||
✔️ NeedsRefreshReturnsFalseIfNotExpired
|
||||
✔️ NeedsRefreshReturnsTrueIfExpired
|
||||
✔️ NeedsRefreshReturnsTrueIfNoExpirationDate
|
||||
✔️ SetExpiryDateBySecondsWorks
|
||||
✔️ SetExpiryDateBySecondsWorksWithNull
|
||||
✔️ SetExpiryDateBySecondsWorksWithVeryShortPeriod
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s8" href="#r0s8">VanillaCloudStorageClientTest.OAuth2.AuthorizationResponseErrorTest</a>
|
||||
```
|
||||
✔️ ParsesAllErrorCodesCorrectly
|
||||
✔️ ParsesNullErrorCodeCorrectly
|
||||
✔️ ParsesUnknownErrorCodeCorrectly
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s9" href="#r0s9">VanillaCloudStorageClientTest.OAuth2.OAuth2UtilsTest</a>
|
||||
```
|
||||
✔️ BuildAuthorizationRequestUrlEscapesParameters
|
||||
✔️ BuildAuthorizationRequestUrlLeavesOutOptionalParameters
|
||||
✔️ BuildAuthorizationRequestUrlThrowsWithMissingRedirectUrlForTokenFlow
|
||||
✔️ BuildAuthorizationRequestUrlUsesAllParameters
|
||||
✔️ BuildAuthorizationRequestUrlUsesCodeVerifier
|
||||
✔️ ParseRealWorldDropboxRejectResponse
|
||||
✔️ ParseRealWorldDropboxSuccessResponse
|
||||
✔️ ParseRealWorldGoogleRejectResponse
|
||||
✔️ ParseRealWorldGoogleSuccessResponse
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s10" href="#r0s10">VanillaCloudStorageClientTest.OAuth2CloudStorageClientTest</a>
|
||||
```
|
||||
✔️ BuildOAuth2AuthorizationRequestUrlWorks
|
||||
✔️ FetchTokenCanInterpretGoogleResponse
|
||||
✔️ FetchTokenReturnsNullForDeniedAccess
|
||||
✔️ FetchTokenThrowsWithWrongState
|
||||
✔️ RefreshTokenCanInterpretGoogleResponse
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s11" href="#r0s11">VanillaCloudStorageClientTest.SecureStringExtensionsTest</a>
|
||||
```
|
||||
✔️ AreEqualsWorksCorrectly
|
||||
✔️ CorrectlyConvertsSecureStringToString
|
||||
✔️ CorrectlyConvertsSecureStringToUnicodeBytes
|
||||
✔️ CorrectlyConvertsSecureStringToUtf8Bytes
|
||||
✔️ CorrectlyConvertsStringToSecureString
|
||||
✔️ CorrectlyConvertsUnicodeBytesToSecureString
|
||||
✔️ CorrectlyConvertsUtf8BytesToSecureString
|
||||
```
|
||||
### ✔️ <a id="user-content-r0s12" href="#r0s12">VanillaCloudStorageClientTest.SerializeableCloudStorageCredentialsTest</a>
|
||||
```
|
||||
✔️ DecryptAfterDesrializationCanReadAllPropertiesBack
|
||||
✔️ DecryptAfterDesrializationRespectsNullProperties
|
||||
✔️ EncryptBeforeSerializationProtectsAllNecessaryProperties
|
||||
✔️ EncryptBeforeSerializationRespectsNullProperties
|
||||
✔️ SerializedDatacontractCanBeReadBack
|
||||
✔️ SerializedDatacontractDoesNotContainNullProperties
|
||||
✔️ SerializedDatacontractDoesNotContainPlaintextData
|
||||
✔️ SerializedJsonCanBeReadBack
|
||||
✔️ SerializedJsonDoesNotContainNullProperties
|
||||
✔️ SerializedJsonDoesNotContainPlaintextData
|
||||
✔️ SerializedXmlCanBeReadBack
|
||||
✔️ SerializedXmlDoesNotContainNullProperties
|
||||
✔️ SerializedXmlDoesNotContainPlaintextData
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue