-
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
806a4dd
commit c958916
Showing
500 changed files
with
1,870 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_proposal-comments/test-report/13036612555_1738171917903/app.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...re-action/feat_proposal-comments/test-report/13036612555_1738171917903/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","","449","0","","0" |
1 change: 1 addition & 0 deletions
1
...e-action/feat_proposal-comments/test-report/13036612555_1738171917903/data/behaviors.json
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
1 change: 1 addition & 0 deletions
1
...-action/feat_proposal-comments/test-report/13036612555_1738171917903/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
...re-action/feat_proposal-comments/test-report/13036612555_1738171917903/data/packages.json
Large diffs are not rendered by default.
Oops, something went wrong.
450 changes: 450 additions & 0 deletions
450
allure-action/feat_proposal-comments/test-report/13036612555_1738171917903/data/suites.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
allure-action/feat_proposal-comments/test-report/13036612555_1738171917903/data/suites.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/10263e0e55fb598e.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":"10263e0e55fb598e","name":"SeedPhrase should split mnemonic into a list of words","historyId":".frontend.packages.internal.catalyst_voices_models.test.seed_phrase:.frontend.packages.internal.catalyst_voices_models.test.seed_phrase#SeedPhrase should split mnemonic into a list of words","time":{"start":1738163327000,"stop":1738163327002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_models.test.seed_phrase"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_models.test.seed_phrase"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_models.test.seed_phrase"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"10263e0e55fb598e.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/103db130390c0e9c.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":"103db130390c0e9c","name":"int read returns non-null when value found","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin:.frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin#int read returns non-null when value found","time":{"start":1738163356000,"stop":1738163356002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"103db130390c0e9c.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/1051c10b9919865f.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":"1051c10b9919865f","name":"UserService when using account getter returns that account","historyId":".frontend.packages.internal.catalyst_voices_services.test.src.user.user_service:.frontend.packages.internal.catalyst_voices_services.test.src.user.user_service#UserService when using account getter returns that account","time":{"start":1738163344000,"stop":1738163344031,"duration":31},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_services.test.src.user.user_service"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_services.test.src.user.user_service"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_services.test.src.user.user_service"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"1051c10b9919865f.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/122c66d79329faa7.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":"122c66d79329faa7","name":"Spacing second decorator have 8 spacing between previous decorator","historyId":".frontend.apps.voices.test.widgets.common.label_decorator:.frontend.apps.voices.test.widgets.common.label_decorator#Spacing second decorator have 8 spacing between previous decorator","time":{"start":1738163287000,"stop":1738163287009,"duration":9},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.apps.voices.test.widgets.common.label_decorator"},{"name":"testClass","value":".frontend.apps.voices.test.widgets.common.label_decorator"},{"name":"package","value":".frontend.apps.voices.test.widgets.common.label_decorator"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"122c66d79329faa7.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/1266bd2cacd08a62.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":"1266bd2cacd08a62","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":1738163259000,"stop":1738163259022,"duration":22},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"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":"1266bd2cacd08a62.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/126acdb42cb6154d.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":"126acdb42cb6154d","name":"bytes can write and read value correctly","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin:.frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin#bytes can write and read value correctly","time":{"start":1738163356000,"stop":1738163356002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"126acdb42cb6154d.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...posal-comments/test-report/13036612555_1738171917903/data/test-cases/136f23a5b823669.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":"136f23a5b823669","name":"writing null deletes value","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.secure_storage:.frontend.packages.internal.catalyst_voices_shared.test.src.storage.secure_storage#writing null deletes value","time":{"start":1738163356000,"stop":1738163356002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.secure_storage"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.secure_storage"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.secure_storage"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"136f23a5b823669.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/139bb19298aaf978.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":"139bb19298aaf978","name":"lock makes vault locked","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#lock makes vault locked","time":{"start":1738163356000,"stop":1738163356115,"duration":115},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"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":"139bb19298aaf978.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/13f6ac950057e437.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":"13f6ac950057e437","name":"CoseSign sign generates a valid COSE_SIGN structure","historyId":".frontend.packages.libs.catalyst_cose.test.cose_sign:.frontend.packages.libs.catalyst_cose.test.cose_sign#CoseSign sign generates a valid COSE_SIGN structure","time":{"start":1738163253000,"stop":1738163253131,"duration":131},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.libs.catalyst_cose.test.cose_sign"},{"name":"testClass","value":".frontend.packages.libs.catalyst_cose.test.cose_sign"},{"name":"package","value":".frontend.packages.libs.catalyst_cose.test.cose_sign"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"13f6ac950057e437.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/15aafd545c4a20cf.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":"15aafd545c4a20cf","name":"CampaignStage scheduled campaign resolves to scheduled stage","historyId":".frontend.packages.internal.catalyst_voices_view_models.test.campaign.campaign_stage:.frontend.packages.internal.catalyst_voices_view_models.test.campaign.campaign_stage#CampaignStage scheduled campaign resolves to scheduled stage","time":{"start":1738163365000,"stop":1738163365002,"duration":2},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_view_models.test.campaign.campaign_stage"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_view_models.test.campaign.campaign_stage"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_view_models.test.campaign.campaign_stage"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"15aafd545c4a20cf.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/16827d371f666c14.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":"16827d371f666c14","name":"Prefix iconTheme is applied to the prefix icon","historyId":".frontend.apps.voices.test.widgets.common.affix_decorator:.frontend.apps.voices.test.widgets.common.affix_decorator#Prefix iconTheme is applied to the prefix icon","time":{"start":1738163287000,"stop":1738163287016,"duration":16},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"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":"16827d371f666c14.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/176e6e51355d396d.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":"176e6e51355d396d","name":"Test screen sizes with Text child ResponsiveBuilder adapts to screen of width MapEntry(3000.0: Other device).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 Text child ResponsiveBuilder adapts to screen of width MapEntry(3000.0: Other device).key","time":{"start":1738163356000,"stop":1738163356012,"duration":12},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"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":"176e6e51355d396d.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/185e1046c1bc5c81.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":"185e1046c1bc5c81","name":"int read returns null when no value found","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin:.frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin#int read returns null when no value found","time":{"start":1738163356000,"stop":1738163356012,"duration":12},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.storage.storage_string_mixin"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"185e1046c1bc5c81.json","parameterValues":[]} |
1 change: 1 addition & 0 deletions
1
...osal-comments/test-report/13036612555_1738171917903/data/test-cases/18729f6913311dd9.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":"18729f6913311dd9","name":"Test screen sizes ResponsivePadding adapts to screen of width MapEntry(1280.0: EdgeInsets(4.0, 0.0, 4.0, 0.0)).key","historyId":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_padding:.frontend.packages.internal.catalyst_voices_shared.test.src.responsive_padding#Test screen sizes ResponsivePadding adapts to screen of width MapEntry(1280.0: EdgeInsets(4.0, 0.0, 4.0, 0.0)).key","time":{"start":1738163356000,"stop":1738163356015,"duration":15},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"hasContent":false,"attachmentStep":false,"attachmentsCount":0},"afterStages":[],"labels":[{"name":"resultFormat","value":"junit"},{"name":"suite","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_padding"},{"name":"testClass","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_padding"},{"name":"package","value":".frontend.packages.internal.catalyst_voices_shared.test.src.responsive_padding"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"18729f6913311dd9.json","parameterValues":[]} |
Oops, something went wrong.