-
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
28b60b6
commit bc37760
Showing
385 changed files
with
1,640 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/fix_chain-follower-version/test-report/12468665056_1734967345775/app.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...ction/fix_chain-follower-version/test-report/12468665056_1734967345775/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","","334","0","","0" |
1 change: 1 addition & 0 deletions
1
...tion/fix_chain-follower-version/test-report/12468665056_1734967345775/data/behaviors.json
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
1 change: 1 addition & 0 deletions
1
...ion/fix_chain-follower-version/test-report/12468665056_1734967345775/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
...ction/fix_chain-follower-version/test-report/12468665056_1734967345775/data/packages.json
Large diffs are not rendered by default.
Oops, something went wrong.
335 changes: 335 additions & 0 deletions
335
...e-action/fix_chain-follower-version/test-report/12468665056_1734967345775/data/suites.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...-action/fix_chain-follower-version/test-report/12468665056_1734967345775/data/suites.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/112c7ef27adf1c35.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":"112c7ef27adf1c35","name":"TabBarStackView controller is used when specified explicitly","historyId":".frontend.apps.voices.test.widgets.common.tab_bar_stack_view:.frontend.apps.voices.test.widgets.common.tab_bar_stack_view#TabBarStackView controller is used when specified explicitly","time":{"start":1734966208000,"stop":1734966208111,"duration":111},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.common.tab_bar_stack_view"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.common.tab_bar_stack_view"},{"name":"package","value":".frontend.apps.voices.test.widgets.common.tab_bar_stack_view"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"112c7ef27adf1c35.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1216cde88497db7f.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":"1216cde88497db7f","name":"separatedByIndexed adds nothing when source is empty","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext:.frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext#separatedByIndexed adds nothing when source is empty","time":{"start":1734966252000,"stop":1734966252001,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1216cde88497db7f.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1358861d9accf934.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":"1358861d9accf934","name":"Transaction minimal signed transaction serialized to cbor","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction:.frontend.packages.libs.catalyst_cardano_serialization.test.transaction#Transaction minimal signed transaction serialized to cbor","time":{"start":1734966176000,"stop":1734966176002,"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,"stepsCount":0,"hasContent":false,"attachmentStep":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":"1358861d9accf934.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/137958e4c95cbbb9.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":"137958e4c95cbbb9","name":"AuthToken Generate AuthToken","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.auth_token:.frontend.packages.libs.catalyst_cardano_serialization.test.rbac.auth_token#AuthToken Generate AuthToken","time":{"start":1734966176000,"stop":1734966176096,"duration":96},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.auth_token"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.auth_token"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.auth_token"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"137958e4c95cbbb9.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1449b26b629ecae9.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":"1449b26b629ecae9","name":"ShelleyAddress publicKeyHash from stake address","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.address:.frontend.packages.libs.catalyst_cardano_serialization.test.address#ShelleyAddress publicKeyHash from stake address","time":{"start":1734966176000,"stop":1734966176002,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.address"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.address"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.address"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1449b26b629ecae9.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/14b11f6ea0af3817.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":"14b11f6ea0af3817","name":"SeedPhrasesSequencer clicking last word in completer removes word from list","historyId":".frontend.apps.voices.test.widgets.seed_phrase.seed_phrases_sequencer:.frontend.apps.voices.test.widgets.seed_phrase.seed_phrases_sequencer#SeedPhrasesSequencer clicking last word in completer removes word from list","time":{"start":1734966208000,"stop":1734966208045,"duration":45},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.seed_phrase.seed_phrases_sequencer"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.seed_phrase.seed_phrases_sequencer"},{"name":"package","value":".frontend.apps.voices.test.widgets.seed_phrase.seed_phrases_sequencer"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"14b11f6ea0af3817.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1658b50a20ef8bfb.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":"1658b50a20ef8bfb","name":"CryptocurrencyFormatter formatAmount should format amounts in thousands of ADA","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter:.frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter#CryptocurrencyFormatter formatAmount should format amounts in thousands of ADA","time":{"start":1734966252000,"stop":1734966252001,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1658b50a20ef8bfb.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/16970e021317d8e6.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":"16970e021317d8e6","name":"KeychainToUnlockTransformer emits keychain unlock stage changes when keychain is set","historyId":".frontend.packages.internal.catalyst_voices_services.test.src.keychain.keychain_transformers:.frontend.packages.internal.catalyst_voices_services.test.src.keychain.keychain_transformers#KeychainToUnlockTransformer emits keychain unlock stage changes when keychain is set","time":{"start":1734966244000,"stop":1734966244135,"duration":135},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_services.test.src.keychain.keychain_transformers"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_services.test.src.keychain.keychain_transformers"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_services.test.src.keychain.keychain_transformers"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"16970e021317d8e6.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...llower-version/test-report/12468665056_1734967345775/data/test-cases/16cd9bd23d34dfe.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":"16cd9bd23d34dfe","name":"separatedBy adds nothing when source is empty","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext:.frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext#separatedBy adds nothing when source is empty","time":{"start":1734966252000,"stop":1734966252001,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.iterable_ext"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"16cd9bd23d34dfe.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/16e433ac90b3ad53.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":"16e433ac90b3ad53","name":"DateTimeExt plusDays","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.date_time_ext:.frontend.packages.internal.catalyst_voices_shared.test.src.utils.date_time_ext#DateTimeExt plusDays","time":{"start":1734966252000,"stop":1734966252003,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.date_time_ext"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.date_time_ext"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.utils.date_time_ext"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"16e433ac90b3ad53.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/17333324b22fef9c.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":"17333324b22fef9c","name":"read when not unlocked throws exception","historyId":".frontend.packages.internal.catalyst_voices_services.test.src.storage.vault.secure_storage_vault:.frontend.packages.internal.catalyst_voices_services.test.src.storage.vault.secure_storage_vault#read when not unlocked throws exception","time":{"start":1734966244000,"stop":1734966244004,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.vault.secure_storage_vault"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.vault.secure_storage_vault"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.vault.secure_storage_vault"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"17333324b22fef9c.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1746e5e4838380cf.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":"1746e5e4838380cf","name":"PlutusScript hashes (double decoded scripts)","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.scripts:.frontend.packages.libs.catalyst_cardano_serialization.test.scripts#PlutusScript hashes (double decoded scripts)","time":{"start":1734966176000,"stop":1734966176003,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cardano_serialization.test.scripts"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.scripts"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.scripts"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1746e5e4838380cf.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/1838850ea833ace4.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":"1838850ea833ace4","name":"SectionHeader leading and trailing are rendered","historyId":".frontend.apps.voices.test.widgets.headers.section_header:.frontend.apps.voices.test.widgets.headers.section_header#SectionHeader leading and trailing are rendered","time":{"start":1734966208000,"stop":1734966208060,"duration":60},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"attachmentsCount":0,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.headers.section_header"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.headers.section_header"},{"name":"package","value":".frontend.apps.voices.test.widgets.headers.section_header"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1838850ea833ace4.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...lower-version/test-report/12468665056_1734967345775/data/test-cases/18424ea99cb45151.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":"18424ea99cb45151","name":"TransactionOutput encoding/decoding Tests Babbage era transaction output with datum option data and script ref","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output:.frontend.packages.libs.catalyst_cardano_serialization.test.transaction_output#TransactionOutput encoding/decoding Tests Babbage era transaction output with datum option data and script ref","time":{"start":1734966176000,"stop":1734966176002,"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,"stepsCount":0,"hasContent":false,"attachmentStep":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":"18424ea99cb45151.json","parameterValues":[]} |
Oops, something went wrong.