-
Notifications
You must be signed in to change notification settings - Fork 7
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
8bd1dce
commit f2ba73a
Showing
140 changed files
with
1,128 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/feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/app.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...n/feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/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 @@ | ||
"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" | ||
"","","","0","0","94","0","0" |
1 change: 1 addition & 0 deletions
1
.../feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/data/behaviors.json
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
1 change: 1 addition & 0 deletions
1
...feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/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
...n/feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/data/packages.json
Large diffs are not rendered by default.
Oops, something went wrong.
95 changes: 95 additions & 0 deletions
95
...tion/feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/data/suites.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ion/feat_cardano-wallet-api-example/test-report/9347107861_1717406807903/data/suites.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/11494c480f3de298.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":"11494c480f3de298","name":"Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(1280.0: EdgeInsets.all(8.0)).key","historyId":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder:.frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder#Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(1280.0: EdgeInsets.all(8.0)).key","time":{"start":1717405256000,"stop":1717405256018,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"11494c480f3de298.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/127196bcfc2579da.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":"127196bcfc2579da","name":"CatalystDataGatewayRepository getCardanoStakedAdaStakeAddress Service Unavailable","historyId":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository:.frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository#CatalystDataGatewayRepository getCardanoStakedAdaStakeAddress Service Unavailable","time":{"start":1717405253000,"stop":1717405253002,"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.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"127196bcfc2579da.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/180dbb5958f446ab.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":"180dbb5958f446ab","name":"Transaction full signed transaction serialized to cbor","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.transaction:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.transaction#Transaction full signed transaction serialized to cbor","time":{"start":1717405229000,"stop":1717405229066,"duration":66},"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.catalyst_voices_packages.catalyst_cardano_serialization.test.transaction"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.transaction"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.transaction"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"180dbb5958f446ab.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/18f6f07c722d436a.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":"18f6f07c722d436a","name":"CatalystDataGatewayRepository getHealthLive Service Unavailable","historyId":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository:.frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository#CatalystDataGatewayRepository getHealthLive Service Unavailable","time":{"start":1717405253000,"stop":1717405253002,"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.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_repositories.test.src.catalyst_data_gateway_repository.catalyst_data_gateway_repository"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"18f6f07c722d436a.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1a14d32e899b23ea.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":"1a14d32e899b23ea","name":"Test screen sizes with Text child ResponsiveBuilder adapts to screen of width MapEntry(1280.0: Medium device).key","historyId":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder:.frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder#Test screen sizes with Text child ResponsiveBuilder adapts to screen of width MapEntry(1280.0: Medium device).key","time":{"start":1717405256000,"stop":1717405256015,"duration":15},"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.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1a14d32e899b23ea.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1af45150aa9be509.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":"1af45150aa9be509","name":"Test brands Fallback Theme is applied after switch","historyId":".frontend.catalyst_voices.packages.catalyst_voices_brands.test.src.catalyst_voices_brands:.frontend.catalyst_voices.packages.catalyst_voices_brands.test.src.catalyst_voices_brands#Test brands Fallback Theme is applied after switch","time":{"start":1717405243000,"stop":1717405243137,"duration":137},"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.catalyst_voices.packages.catalyst_voices_brands.test.src.catalyst_voices_brands"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_brands.test.src.catalyst_voices_brands"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_brands.test.src.catalyst_voices_brands"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1af45150aa9be509.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1be6c284920b7fd1.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":"1be6c284920b7fd1","name":"AuxiliaryDataHash toCbor returns bytes","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.hashes:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.hashes#AuxiliaryDataHash toCbor returns bytes","time":{"start":1717405229000,"stop":1717405229002,"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.catalyst_voices_packages.catalyst_cardano_serialization.test.hashes"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.hashes"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.hashes"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1be6c284920b7fd1.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1c1e68fa08a03ffd.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":"1c1e68fa08a03ffd","name":"TransactionWitnessSetBuilder remove vkey","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder#TransactionWitnessSetBuilder remove vkey","time":{"start":1717405229000,"stop":1717405229004,"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.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1c1e68fa08a03ffd.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1dc8ebbd5e2b2ba4.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":"1dc8ebbd5e2b2ba4","name":"int comparison","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types#int comparison","time":{"start":1717405229000,"stop":1717405229003,"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.catalyst_voices_packages.catalyst_cardano_serialization.test.types"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1dc8ebbd5e2b2ba4.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/1f7cfe6953511e55.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":"1f7cfe6953511e55","name":"Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(280.0: EdgeInsets.all(2.0)).key","historyId":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder:.frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder#Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(280.0: EdgeInsets.all(2.0)).key","time":{"start":1717405256000,"stop":1717405256022,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1f7cfe6953511e55.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/21921068eedc26c8.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":"21921068eedc26c8","name":"int addition","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types#int addition","time":{"start":1717405229000,"stop":1717405229015,"duration":15},"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.catalyst_voices_packages.catalyst_cardano_serialization.test.types"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.types"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"21921068eedc26c8.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/252e1297268c5e7e.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":"252e1297268c5e7e","name":"TransactionWitnessSetBuilder build not matching expected vkeys count throws exception","historyId":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder:.frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder#TransactionWitnessSetBuilder build not matching expected vkeys count throws exception","time":{"start":1717405229000,"stop":1717405229004,"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.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"},{"name":"testClass","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"},{"name":"package","value":".frontend.catalyst_voices_packages.catalyst_cardano_serialization.test.builders.witness_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"252e1297268c5e7e.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...et-api-example/test-report/9347107861_1717406807903/data/test-cases/2593c869c10e53ac.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":"2593c869c10e53ac","name":"Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(1600.0: EdgeInsets.all(16.0)).key","historyId":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder:.frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder#Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(1600.0: EdgeInsets.all(16.0)).key","time":{"start":1717405256000,"stop":1717405256019,"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,"stepsCount":0,"hasContent":false,"attachmentStep":false},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"testClass","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"},{"name":"package","value":".frontend.catalyst_voices.packages.catalyst_voices_shared.test.src.responsive_builder"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"2593c869c10e53ac.json","parameterValues":[]} |
Oops, something went wrong.