Skip to content

Commit

Permalink
workflow: add HTML report published at reports/pr-665/8004198083/1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 22, 2024
1 parent d658213 commit 95399cf
Show file tree
Hide file tree
Showing 26 changed files with 279 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
69 changes: 69 additions & 0 deletions reports/pr-665/8004198083/1/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions reports/pr-665/8004198083/1/info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HTML_REPORT_URL_PATH:reports/pr-665/8004198083/1

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions reports/pr-665/8004198083/1/trace/assets/wsPort-cb764cde.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
1 change: 1 addition & 0 deletions reports/pr-665/8004198083/1/trace/index.1a1fe659.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions reports/pr-665/8004198083/1/trace/index.4a8ee36e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions reports/pr-665/8004198083/1/trace/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./playwright-logo.svg" type="image/svg+xml">
<link rel="manifest" href="./manifest.webmanifest">
<title>Playwright Trace Viewer</title>
<script type="module" crossorigin src="./index.4a8ee36e.js"></script>
<link rel="modulepreload" crossorigin href="./assets/wsPort-cb764cde.js">
<link rel="stylesheet" href="./wsPort.9c9a6767.css">
<link rel="stylesheet" href="./index.1a1fe659.css">
</head>
<body>
<div id="root"></div>

<dialog id="fallback-error">
<p>The Playwright Trace Viewer must be loaded over the <code>http://</code> or <code>https://</code> protocols.</p>
<p>For more information, please see the <a href="https://aka.ms/playwright/trace-viewer-file-protocol">docs</a>.</p>
</dialog>
<script>
if (!/^https?:/.test(window.location.protocol))
document.getElementById("fallback-error").show();
</script>
</body>
</html>
9 changes: 9 additions & 0 deletions reports/pr-665/8004198083/1/trace/playwright-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions reports/pr-665/8004198083/1/trace/snapshot.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

<!DOCTYPE html>
<html lang="en">
<body>
<script>
(async () => {
if (!navigator.serviceWorker)
throw new Error(`Service workers are not supported.\nMake sure to serve the Trace Viewer (${window.location}) via HTTPS or localhost.`);
navigator.serviceWorker.register('sw.bundle.js');
if (!navigator.serviceWorker.controller)
await new Promise(f => navigator.serviceWorker.oncontrollerchange = f);
const traceUrl = new URL(location.href).searchParams.get('trace');
const params = new URLSearchParams();
params.set('trace', traceUrl);
await fetch('context?' + params.toString()).then(r => r.json());
await location.reload();
})();
</script>
<script src="stall.js"></script>
</body>
</html>
Loading

0 comments on commit 95399cf

Please sign in to comment.