Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: 471f7fa
Browse files Browse the repository at this point in the history
Raubzeug committed Aug 5, 2024
1 parent 46698e7 commit dba8154
Showing 25 changed files with 219 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion 1113/index.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions 1113/trace/assets/codeMirrorModule-BK3t1EEu.js

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions 1113/trace/assets/wsPort-964mA9MZ.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1113/trace/codeMirrorModule.Hs9-1ZG4.css

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

Binary file added 1113/trace/codicon.zGuYmc9o.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions 1113/trace/index.-g_5lMbJ.css

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

2 changes: 2 additions & 0 deletions 1113/trace/index.cbtHmFgM.js

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

26 changes: 26 additions & 0 deletions 1113/trace/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

<!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.cbtHmFgM.js"></script>
<link rel="modulepreload" crossorigin href="./assets/wsPort-964mA9MZ.js">
<link rel="stylesheet" crossorigin href="./wsPort.zR1WIy9-.css">
<link rel="stylesheet" crossorigin href="./index.-g_5lMbJ.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 1113/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 1113/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>
4 changes: 4 additions & 0 deletions 1113/trace/sw.bundle.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions 1113/trace/uiMode.fcU_T5Nf.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions 1113/trace/uiMode.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

<!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">
<title>Playwright Test</title>
<script type="module" crossorigin src="./uiMode.fcU_T5Nf.js"></script>
<link rel="modulepreload" crossorigin href="./assets/wsPort-964mA9MZ.js">
<link rel="stylesheet" crossorigin href="./wsPort.zR1WIy9-.css">
<link rel="stylesheet" crossorigin href="./uiMode.pWy0Re7G.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions 1113/trace/uiMode.pWy0Re7G.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 1113/trace/wsPort.zR1WIy9-.css

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions 1113/trace/xtermModule.0lwXJFHT.css

0 comments on commit dba8154

Please sign in to comment.