-
Notifications
You must be signed in to change notification settings - Fork 0
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
c54a42c
commit 6cbcde0
Showing
57 changed files
with
7,002 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": [ | ||
"..", | ||
"self-test" | ||
] | ||
} |
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> |
40 changes: 40 additions & 0 deletions
40
allure-action/last-run/self-test/7829324859_1707394139053/app.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
allure-action/last-run/self-test/7829324859_1707394139053/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","2","0","0" |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/data/behaviors.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":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"html list","uid":"403e525dfafc8071","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707394137093,"stop":1707394137745,"duration":652},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]},{"name":"chart","uid":"fffceeac49e0d7c0","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1707394137094,"stop":1707394137825,"duration":731},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"name":"behaviors"} |
Empty file.
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/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","children":[],"name":"categories"} |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/data/packages.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":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"html list","uid":"403e525dfafc8071","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1707394137093,"stop":1707394137745,"duration":652},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]},{"name":"chart","uid":"fffceeac49e0d7c0","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1707394137094,"stop":1707394137825,"duration":731},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"name":"packages"} |
3 changes: 3 additions & 0 deletions
3
allure-action/last-run/self-test/7829324859_1707394139053/data/suites.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,3 @@ | ||
"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" | ||
"passed","Thu Feb 08 12:08:57 UTC 2024","Thu Feb 08 12:08:57 UTC 2024","652","chromium","html-list.spec.ts","","","","html list","" | ||
"passed","Thu Feb 08 12:08:57 UTC 2024","Thu Feb 08 12:08:57 UTC 2024","731","chromium","chart.spec.ts","","","","chart","" |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/data/suites.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":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"chromium","children":[{"name":"html-list.spec.ts","children":[{"name":"html list","uid":"403e525dfafc8071","parentUid":"ccd8d6533d1f73105744a70816f4b780","status":"passed","time":{"start":1707394137093,"stop":1707394137745,"duration":652},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"uid":"ccd8d6533d1f73105744a70816f4b780"},{"name":"chart.spec.ts","children":[{"name":"chart","uid":"fffceeac49e0d7c0","parentUid":"2cfa71c71de4434f7a5aeb0dfecc97be","status":"passed","time":{"start":1707394137094,"stop":1707394137825,"duration":731},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"uid":"2cfa71c71de4434f7a5aeb0dfecc97be"}],"uid":"36c900977e1d8b81a2c6893cc82bfc01"}],"name":"suites"} |
1 change: 1 addition & 0 deletions
1
...-action/last-run/self-test/7829324859_1707394139053/data/test-cases/403e525dfafc8071.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":"403e525dfafc8071","name":"html list","fullName":"html-list.spec.ts#html list","historyId":"6a1eadcfbe7d971d75e5e20c99a713f8:5bd835b0d6b1d4ada3b9f0db936e82c8","time":{"start":1707394137093,"stop":1707394137745,"duration":652},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Before Hooks","time":{"start":1707394137095,"stop":1707394137440,"duration":345},"status":"passed","steps":[{"name":"beforeEach hook","time":{"start":1707394137097,"stop":1707394137440,"duration":343},"status":"passed","steps":[{"name":"fixture: browser","time":{"start":1707394137123,"stop":1707394137317,"duration":194},"status":"passed","steps":[{"name":"browserType.launch","time":{"start":1707394137130,"stop":1707394137317,"duration":187},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"fixture: context","time":{"start":1707394137320,"stop":1707394137357,"duration":37},"status":"passed","steps":[{"name":"browser.newContext","time":{"start":1707394137322,"stop":1707394137354,"duration":32},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"fixture: page","time":{"start":1707394137358,"stop":1707394137412,"duration":54},"status":"passed","steps":[{"name":"browserContext.newPage","time":{"start":1707394137363,"stop":1707394137412,"duration":49},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"page.goto(/html)","time":{"start":1707394137415,"stop":1707394137440,"duration":25},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":7,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":8,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"expect.toBeVisible","time":{"start":1707394137444,"stop":1707394137482,"duration":38},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveText","time":{"start":1707394137483,"stop":1707394137488,"duration":5},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveText","time":{"start":1707394137488,"stop":1707394137494,"duration":6},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveText","time":{"start":1707394137495,"stop":1707394137498,"duration":3},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveScreenshot","time":{"start":1707394137499,"stop":1707394137673,"duration":174},"status":"passed","steps":[{"name":"page._expectScreenshot","time":{"start":1707394137503,"stop":1707394137673,"duration":170},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"After Hooks","time":{"start":1707394137674,"stop":1707394137744,"duration":70},"status":"passed","steps":[{"name":"fixture: page","time":{"start":1707394137675,"stop":1707394137675,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fixture: context","time":{"start":1707394137675,"stop":1707394137675,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":2,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":18,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[],"labels":[{"name":"language","value":"JavaScript"},{"name":"framework","value":"Playwright"},{"name":"titlePath","value":" > chromium > html-list.spec.ts"},{"name":"host","value":"fv-az654-436"},{"name":"thread","value":"fv-az654-436-3371-playwright-worker-1"},{"name":"parentSuite","value":"chromium"},{"name":"suite","value":"html-list.spec.ts"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"Project","value":"chromium"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"403e525dfafc8071.json","parameterValues":["chromium"]} |
1 change: 1 addition & 0 deletions
1
...-action/last-run/self-test/7829324859_1707394139053/data/test-cases/fffceeac49e0d7c0.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":"fffceeac49e0d7c0","name":"chart","fullName":"chart.spec.ts#chart","historyId":"7c697beb3061aab027f4666103ac0b61:5bd835b0d6b1d4ada3b9f0db936e82c8","time":{"start":1707394137094,"stop":1707394137825,"duration":731},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Before Hooks","time":{"start":1707394137097,"stop":1707394137466,"duration":369},"status":"passed","steps":[{"name":"beforeEach hook","time":{"start":1707394137099,"stop":1707394137466,"duration":367},"status":"passed","steps":[{"name":"fixture: browser","time":{"start":1707394137123,"stop":1707394137317,"duration":194},"status":"passed","steps":[{"name":"browserType.launch","time":{"start":1707394137129,"stop":1707394137317,"duration":188},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"fixture: context","time":{"start":1707394137321,"stop":1707394137355,"duration":34},"status":"passed","steps":[{"name":"browser.newContext","time":{"start":1707394137323,"stop":1707394137352,"duration":29},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"fixture: page","time":{"start":1707394137356,"stop":1707394137402,"duration":46},"status":"passed","steps":[{"name":"browserContext.newPage","time":{"start":1707394137360,"stop":1707394137402,"duration":42},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"page.goto(/chart)","time":{"start":1707394137405,"stop":1707394137466,"duration":61},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":7,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":8,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"expect.toBeVisible","time":{"start":1707394137469,"stop":1707394137546,"duration":77},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveText","time":{"start":1707394137547,"stop":1707394137551,"duration":4},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"expect.toHaveScreenshot","time":{"start":1707394137552,"stop":1707394137740,"duration":188},"status":"passed","steps":[{"name":"page._expectScreenshot","time":{"start":1707394137557,"stop":1707394137740,"duration":183},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":1,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"After Hooks","time":{"start":1707394137740,"stop":1707394137825,"duration":85},"status":"passed","steps":[{"name":"fixture: page","time":{"start":1707394137742,"stop":1707394137742,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"fixture: context","time":{"start":1707394137742,"stop":1707394137742,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":2,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"stepsCount":16,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[],"labels":[{"name":"language","value":"JavaScript"},{"name":"framework","value":"Playwright"},{"name":"titlePath","value":" > chromium > chart.spec.ts"},{"name":"host","value":"fv-az654-436"},{"name":"thread","value":"fv-az654-436-3371-playwright-worker-0"},{"name":"parentSuite","value":"chromium"},{"name":"suite","value":"chart.spec.ts"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"Project","value":"chromium"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"fffceeac49e0d7c0.json","parameterValues":["chromium"]} |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/data/timeline.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":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az654-436","children":[{"name":"fv-az654-436-3371-playwright-worker-1","children":[{"name":"html list","uid":"403e525dfafc8071","parentUid":"8d3f2343c46e84f8d0cfd95bbad67120","status":"passed","time":{"start":1707394137093,"stop":1707394137745,"duration":652},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"uid":"8d3f2343c46e84f8d0cfd95bbad67120"},{"name":"fv-az654-436-3371-playwright-worker-0","children":[{"name":"chart","uid":"fffceeac49e0d7c0","parentUid":"010e307a3cbc2d8929f7fc0871673ce3","status":"passed","time":{"start":1707394137094,"stop":1707394137825,"duration":731},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["chromium"],"tags":[]}],"uid":"010e307a3cbc2d8929f7fc0871673ce3"}],"uid":"c16d89bc7d391d77a9fc5de20e1d8f0c"}],"name":"timeline"} |
11 changes: 11 additions & 0 deletions
11
allure-action/last-run/self-test/7829324859_1707394139053/export/influxDbData.txt
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,11 @@ | ||
launch_status failed=0 1707394141000000000 | ||
launch_status broken=0 1707394141000000000 | ||
launch_status passed=2 1707394141000000000 | ||
launch_status skipped=0 1707394141000000000 | ||
launch_status unknown=0 1707394141000000000 | ||
launch_time duration=732 1707394141000000000 | ||
launch_time min_duration=652 1707394141000000000 | ||
launch_time max_duration=731 1707394141000000000 | ||
launch_time sum_duration=1383 1707394141000000000 | ||
launch_retries retries=0 1707394141000000000 | ||
launch_retries run=2 1707394141000000000 |
10 changes: 10 additions & 0 deletions
10
allure-action/last-run/self-test/7829324859_1707394139053/export/mail.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,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Allure Report summary mail</title> | ||
</head> | ||
<body> | ||
Mail body | ||
</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
allure-action/last-run/self-test/7829324859_1707394139053/export/prometheusData.txt
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,11 @@ | ||
launch_status_failed 0 | ||
launch_status_broken 0 | ||
launch_status_passed 2 | ||
launch_status_skipped 0 | ||
launch_status_unknown 0 | ||
launch_time_duration 732 | ||
launch_time_min_duration 652 | ||
launch_time_max_duration 731 | ||
launch_time_sum_duration 1383 | ||
launch_retries_retries 0 | ||
launch_retries_run 2 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/history/categories-trend.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 @@ | ||
[{"buildOrder":7829324859,"reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053","data":{}}] |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/history/duration-trend.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 @@ | ||
[{"buildOrder":7829324859,"reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053","data":{"duration":732}}] |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/history/history-trend.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 @@ | ||
[{"buildOrder":7829324859,"reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/history/history.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 @@ | ||
{"7c697beb3061aab027f4666103ac0b61:5bd835b0d6b1d4ada3b9f0db936e82c8":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"fffceeac49e0d7c0","reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053/#testresult/fffceeac49e0d7c0","status":"passed","time":{"start":1707394137094,"stop":1707394137825,"duration":731}}]},"6a1eadcfbe7d971d75e5e20c99a713f8:5bd835b0d6b1d4ada3b9f0db936e82c8":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"403e525dfafc8071","reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053/#testresult/403e525dfafc8071","status":"passed","time":{"start":1707394137093,"stop":1707394137745,"duration":652}}]}} |
1 change: 1 addition & 0 deletions
1
allure-action/last-run/self-test/7829324859_1707394139053/history/retry-trend.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 @@ | ||
[{"buildOrder":7829324859,"reportUrl":"https://mgrybyk.github.io/html-trend-report-action/allure-action/last-run/self-test/7829324859_1707394139053","data":{"run":2,"retry":0}}] |
Oops, something went wrong.