-
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
2b2f17c
commit c580c2a
Showing
670 changed files
with
933 additions
and
606 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" | ||
] | ||
} |
36 changes: 36 additions & 0 deletions
36
allure-action/feat_restore_different_keychain_1092/index.html
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> |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...05221694_1727696016417/data/behaviors.csv → ...01329872_1730888595154/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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"BROKEN","EPIC","FAILED","FEATURE","PASSED","SKIPPED","STORY","UNKNOWN" | ||
"0","","0","","276","0","","0" | ||
"0","","0","","320","0","","0" |
1 change: 1 addition & 0 deletions
1
...restore_different_keychain_1092/test-report/11701329872_1730888595154/data/behaviors.json
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
..._restore_different_keychain_1092/test-report/11701329872_1730888595154/data/packages.json
Large diffs are not rendered by default.
Oops, something went wrong.
321 changes: 321 additions & 0 deletions
321
...eat_restore_different_keychain_1092/test-report/11701329872_1730888595154/data/suites.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...at_restore_different_keychain_1092/test-report/11701329872_1730888595154/data/suites.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/100aeefbae48cd8d.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":"100aeefbae48cd8d","name":"CryptocurrencyFormatter formatExactAmount should format integer ADA amount correctly","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter:.frontend.packages.internal.catalyst_voices_shared.test.src.formatter.cryptocurrency_formatter#CryptocurrencyFormatter formatExactAmount should format integer ADA amount correctly","time":{"start":1730888232000,"stop":1730888232001,"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":"100aeefbae48cd8d.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/111cedf6c4baaf2b.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":"111cedf6c4baaf2b","name":"List<int> seeded has correct length","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.signature:.frontend.packages.libs.catalyst_cardano_serialization.test.signature#List<int> seeded has correct length","time":{"start":1730888168000,"stop":1730888168002,"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.signature"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.signature"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.signature"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"111cedf6c4baaf2b.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/115131938012684c.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":"115131938012684c","name":"Transaction minimal 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 minimal signed transaction serialized to and from cbor","time":{"start":1730888168000,"stop":1730888168003,"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.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":"115131938012684c.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/115a7a3e4864c9fb.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":"115a7a3e4864c9fb","name":"Test screen sizes with specific Padding ResponsiveBuilder adapts to screen of width MapEntry(1600.0: EdgeInsets.all(16.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(1600.0: EdgeInsets.all(16.0)).key","time":{"start":1730888232000,"stop":1730888232014,"duration":14},"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.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":"115a7a3e4864c9fb.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/11ff6fdf0214c24b.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":"11ff6fdf0214c24b","name":"X509Certificate generateSelfSigned X509 certificate","historyId":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.x509_certificate:.frontend.packages.libs.catalyst_cardano_serialization.test.rbac.x509_certificate#X509Certificate generateSelfSigned X509 certificate","time":{"start":1730888168000,"stop":1730888168095,"duration":95},"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.x509_certificate"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.x509_certificate"},{"name":"package","value":".frontend.packages.libs.catalyst_cardano_serialization.test.rbac.x509_certificate"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"11ff6fdf0214c24b.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/123094a1c08962f7.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":"123094a1c08962f7","name":"VoicesWalletTile Tests shows placeholder on image load failure","historyId":".frontend.apps.voices.test.widgets.menu.voices_wallet_tile:.frontend.apps.voices.test.widgets.menu.voices_wallet_tile#VoicesWalletTile Tests shows placeholder on image load failure","time":{"start":1730888195000,"stop":1730888195048,"duration":48},"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.menu.voices_wallet_tile"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.menu.voices_wallet_tile"},{"name":"package","value":".frontend.apps.voices.test.widgets.menu.voices_wallet_tile"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"123094a1c08962f7.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/1274ad34f10e2073.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":"1274ad34f10e2073","name":"placeholder_test","historyId":".frontend.apps.voices.test.app.view.app:.frontend.apps.voices.test.app.view.app#placeholder_test","time":{"start":1730888195000,"stop":1730888195669,"duration":669},"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.app.view.app"},{"name":"testClass","value":".frontend.apps.voices.test.app.view.app"},{"name":"package","value":".frontend.apps.voices.test.app.view.app"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1274ad34f10e2073.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/1275b58c4257ea8b.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":"1275b58c4257ea8b","name":"clear removes all values for this storage","historyId":".frontend.packages.internal.catalyst_voices_services.test.src.storage.secure_storage:.frontend.packages.internal.catalyst_voices_services.test.src.storage.secure_storage#clear removes all values for this storage","time":{"start":1730888224000,"stop":1730888224004,"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.secure_storage"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.secure_storage"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.secure_storage"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1275b58c4257ea8b.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/1399de0866ee3d1c.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":"1399de0866ee3d1c","name":"write throws exception when is locked","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#write throws exception when is locked","time":{"start":1730888224000,"stop":1730888224003,"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_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":"1399de0866ee3d1c.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/139caaf243a1f087.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":"139caaf243a1f087","name":"bytes can write and read value correctly","historyId":".frontend.packages.internal.catalyst_voices_services.test.src.storage.storage_string_mixin:.frontend.packages.internal.catalyst_voices_services.test.src.storage.storage_string_mixin#bytes can write and read value correctly","time":{"start":1730888224000,"stop":1730888224002,"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.internal.catalyst_voices_services.test.src.storage.storage_string_mixin"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.storage_string_mixin"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_services.test.src.storage.storage_string_mixin"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"139caaf243a1f087.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
..._keychain_1092/test-report/11701329872_1730888595154/data/test-cases/14023fcec384823.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":"14023fcec384823","name":"TabBarStackView DefaultTabController is used when controller not specified explicitly","historyId":".frontend.apps.voices.test.widgets.common.tab_bar_stack_view:.frontend.apps.voices.test.widgets.common.tab_bar_stack_view#TabBarStackView DefaultTabController is used when controller not specified explicitly","time":{"start":1730888195000,"stop":1730888195523,"duration":523},"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":"14023fcec384823.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/15d91ef9c2dfcd6c.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":"15d91ef9c2dfcd6c","name":"SessionCubit when no keychain is found but there is a registration progress session is in Visitor state with correct flag","historyId":".frontend.packages.internal.catalyst_voices_blocs.test.session.session_cubit:.frontend.packages.internal.catalyst_voices_blocs.test.session.session_cubit#SessionCubit when no keychain is found but there is a registration progress session is in Visitor state with correct flag","time":{"start":1730888203000,"stop":1730888203108,"duration":108},"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_blocs.test.session.session_cubit"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_blocs.test.session.session_cubit"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_blocs.test.session.session_cubit"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"15d91ef9c2dfcd6c.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/1607188782848821.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":"1607188782848821","name":"Test screen sizes ResponsiveChild outputs a text for extra-small screens","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_child:.frontend.packages.internal.catalyst_voices_shared.test.src.responsive_child#Test screen sizes ResponsiveChild outputs a text for extra-small screens","time":{"start":1730888232000,"stop":1730888232286,"duration":286},"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.responsive_child"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_child"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_child"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1607188782848821.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...keychain_1092/test-report/11701329872_1730888595154/data/test-cases/18fe84bd81e773c7.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":"18fe84bd81e773c7","name":"VoicesStatusIndicator VoicesStatusIndicator with Success type builds correctly","historyId":".frontend.apps.voices.test.widgets.indicators.voices_status_indicator:.frontend.apps.voices.test.widgets.indicators.voices_status_indicator#VoicesStatusIndicator VoicesStatusIndicator with Success type builds correctly","time":{"start":1730888195000,"stop":1730888195279,"duration":279},"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.indicators.voices_status_indicator"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.indicators.voices_status_indicator"},{"name":"package","value":".frontend.apps.voices.test.widgets.indicators.voices_status_indicator"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"18fe84bd81e773c7.json","parameterValues":[]} |
Oops, something went wrong.