-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4b0251
commit 20006df
Showing
440 changed files
with
1,751 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"links": [ | ||
"..", | ||
"test-report" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!-- report-action --> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Folder Listing</title> | ||
</head> | ||
|
||
<body> | ||
<div id="app"> | ||
<ul id="links"></ul> | ||
</div> | ||
|
||
<script> | ||
const linksList = document.getElementById('links') | ||
|
||
fetch(`./data.json?t=${Date.now()}`) | ||
.then((response) => response.ok && response.json()) | ||
.then((json) => { | ||
if (!json) { | ||
return | ||
} | ||
|
||
json.links.forEach((record) => { | ||
const link = document.createElement('a') | ||
link.appendChild(document.createTextNode(record)) | ||
link.href = record | ||
const li = document.createElement('li') | ||
li.appendChild(link) | ||
linksList.appendChild(li) | ||
}) | ||
delete json.links | ||
}) | ||
</script> | ||
</body> | ||
</html> |
2 changes: 2 additions & 0 deletions
2
allure-action/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/app.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...action/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/behaviors.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"BROKEN","EPIC","FAILED","FEATURE","PASSED","SKIPPED","STORY","UNKNOWN" | ||
"0","","0","","390","0","","0" |
1 change: 1 addition & 0 deletions
1
...ction/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/behaviors.json
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
1 change: 1 addition & 0 deletions
1
...tion/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/categories.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","name":"categories","children":[]} |
1 change: 1 addition & 0 deletions
1
...action/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/packages.json
Large diffs are not rendered by default.
Oops, something went wrong.
391 changes: 391 additions & 0 deletions
391
...re-action/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/suites.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...e-action/chore_update-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/suites.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/104b14e2aa1db3e6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"104b14e2aa1db3e6","name":"PasswordStrength strong password","historyId":".frontend.packages.internal.catalyst_voices_models.test.auth.password_strength:.frontend.packages.internal.catalyst_voices_models.test.auth.password_strength#PasswordStrength strong password","time":{"start":1736935565000,"stop":1736935565002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_models.test.auth.password_strength"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_models.test.auth.password_strength"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_models.test.auth.password_strength"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"104b14e2aa1db3e6.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/106e9f6e09d30121.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"106e9f6e09d30121","name":"clear removes all vault keys","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.vault.secure_storage_vault:.frontend.packages.internal.catalyst_voices_shared.test.src.storage.vault.secure_storage_vault#clear removes all vault keys","time":{"start":1736935592000,"stop":1736935592083,"duration":83},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.vault.secure_storage_vault"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.vault.secure_storage_vault"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.vault.secure_storage_vault"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"106e9f6e09d30121.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/10b28cbf66b5071a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"10b28cbf66b5071a","name":"VoicesCheckboxGroupElement throws assert error when label and note is null","historyId":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group:.frontend.apps.voices.test.widgets.toggles.voices_checkbox_group#VoicesCheckboxGroupElement throws assert error when label and note is null","time":{"start":1736935537000,"stop":1736935537002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"package","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"7acd004b019e504a","status":"passed","time":{"start":1736935537000,"stop":1736935537013,"duration":13}}],"categories":[],"tags":[]},"source":"10b28cbf66b5071a.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/10e2d2f2e85d6580.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"10e2d2f2e85d6580","name":"VaultKeychain are not equal when id is matching","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.keychain.vault_keychain:.frontend.packages.internal.catalyst_voices_shared.test.src.keychain.vault_keychain#VaultKeychain are not equal when id is matching","time":{"start":1736935592000,"stop":1736935592003,"duration":3},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.keychain.vault_keychain"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.keychain.vault_keychain"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.keychain.vault_keychain"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"10e2d2f2e85d6580.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/10e52647eaa20470.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"10e52647eaa20470","name":"TransactionInputsHash toCbor returns bytes","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes:.frontend.packages.libs.catalyst_cardano_serialization.test.hashes#TransactionInputsHash toCbor returns bytes","time":{"start":1736935506000,"stop":1736935506008,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"10e52647eaa20470.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/1246d9d59037d4d2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"1246d9d59037d4d2","name":"List<int> UuidV4 fromString","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.utils.uuid:.frontend.packages.libs.catalyst_cardano_serialization.test.utils.uuid#List<int> UuidV4 fromString","time":{"start":1736935506000,"stop":1736935506002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.utils.uuid"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.utils.uuid"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.utils.uuid"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1246d9d59037d4d2.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/1252e980848f0da8.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"1252e980848f0da8","name":"VoicesCheckboxGroup every element has gap","historyId":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group:.frontend.apps.voices.test.widgets.toggles.voices_checkbox_group#VoicesCheckboxGroup every element has gap","time":{"start":1736935537000,"stop":1736935537018,"duration":18},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"package","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1252e980848f0da8.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/126214bf3be0f798.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"126214bf3be0f798","name":"TransactionOutput encoding/decoding Tests Shelley-Ma era transaction output","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output:.frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output#TransactionOutput encoding/decoding Tests Shelley-Ma era transaction output","time":{"start":1736935506000,"stop":1736935506022,"duration":22},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"126214bf3be0f798.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/13c38a4b1da816a4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"13c38a4b1da816a4","name":"Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(3000.0: EdgeInsets.all(32.0)).key","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_builder:.frontend.packages.internal.catalyst_voices_shared.test.src.responsive_builder#Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(3000.0: EdgeInsets.all(32.0)).key","time":{"start":1736935592000,"stop":1736935592012,"duration":12},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_builder"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_builder"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"13c38a4b1da816a4.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/14089bfad16cc68b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"14089bfad16cc68b","name":"CertificateHash from C509 certificate","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes:.frontend.packages.libs.catalyst_cardano_serialization.test.hashes#CertificateHash from C509 certificate","time":{"start":1736935506000,"stop":1736935506001,"duration":1},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.hashes"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"14089bfad16cc68b.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/144ad58c9391b639.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"144ad58c9391b639","name":"Transaction full signed transaction serialized to and from cbor","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction:.frontend.packages.libs.catalyst_cardano_serialization.test.transaction#Transaction full signed transaction serialized to and from cbor","time":{"start":1736935506000,"stop":1736935506008,"duration":8},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"144ad58c9391b639.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/14aa2f7c20778a93.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"14aa2f7c20778a93","name":"VoicesCheckboxGroup name is displayed as a Text","historyId":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group:.frontend.apps.voices.test.widgets.toggles.voices_checkbox_group#VoicesCheckboxGroup name is displayed as a Text","time":{"start":1736935537000,"stop":1736935537229,"duration":229},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"},{"name":"package","value":".frontend.apps.voices.test.widgets.toggles.voices_checkbox_group"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"14aa2f7c20778a93.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/156bc038e3376e1a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"156bc038e3376e1a","name":"List<int> sign and verify","historyId":".frontend.packages.libs.catalyst_key_derivation.test.ed25519.ed25519_private_key:.frontend.packages.libs.catalyst_key_derivation.test.ed25519.ed25519_private_key#List<int> sign and verify","time":{"start":1736935514000,"stop":1736935514019,"duration":19},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_key_derivation.test.ed25519.ed25519_private_key"},{"name":"testClass","value":".frontend.packages.libs.catalyst_key_derivation.test.ed25519.ed25519_private_key"},{"name":"package","value":".frontend.packages.libs.catalyst_key_derivation.test.ed25519.ed25519_private_key"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"156bc038e3376e1a.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/16e1b63a0e229dc6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"16e1b63a0e229dc6","name":"CoseSign1 incorrectly signed COSE_SIGN1 structure does not validate","historyId":".frontend.packages.libs.catalyst_cose.test.cose_sign1:.frontend.packages.libs.catalyst_cose.test.cose_sign1#CoseSign1 incorrectly signed COSE_SIGN1 structure does not validate","time":{"start":1736935508000,"stop":1736935508004,"duration":4},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cose.test.cose_sign1"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cose.test.cose_sign1"},{"name":"package","value":".frontend.packages.libs.catalyst_cose.test.cose_sign1"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"16e1b63a0e229dc6.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...-ci-to-v1_5_2/test-report/12788737112_1736946852754/data/test-cases/177f97f85caaf0e4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"177f97f85caaf0e4","name":"Suffix iconTheme is applied to the suffix icon","historyId":".frontend.apps.voices.test.widgets.common.affix_decorator:.frontend.apps.voices.test.widgets.common.affix_decorator#Suffix iconTheme is applied to the suffix icon","time":{"start":1736935537000,"stop":1736935537006,"duration":6},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"attachmentStep":false,"stepsCount":0,"hasContent":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.common.affix_decorator"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.common.affix_decorator"},{"name":"package","value":".frontend.apps.voices.test.widgets.common.affix_decorator"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"177f97f85caaf0e4.json","parameterValues":[]} |
Oops, something went wrong.