Skip to content

Commit

Permalink
deploy: b550f02
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 27, 2023
1 parent c733f4f commit 433a495
Show file tree
Hide file tree
Showing 82 changed files with 293 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.
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.
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.
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.
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
62 changes: 62 additions & 0 deletions playwright-report/index.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions playwright-report/trace/assets/codeMirrorModule-316e0bb2.js

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions playwright-report/trace/assets/wsPort-0625ac95.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions playwright-report/trace/codeMirrorModule.5d0f417c.css

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

Binary file added playwright-report/trace/codicon.79f233d0.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions playwright-report/trace/index.38834ec3.js

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

1 change: 1 addition & 0 deletions playwright-report/trace/index.a60f70ab.css

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

27 changes: 27 additions & 0 deletions playwright-report/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.38834ec3.js"></script>
<link rel="modulepreload" crossorigin href="./assets/wsPort-0625ac95.js">
<link rel="stylesheet" href="./wsPort.e04018c0.css">
<link rel="stylesheet" href="./index.a60f70ab.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 playwright-report/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.
19 changes: 19 additions & 0 deletions playwright-report/trace/snapshot.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

<!DOCTYPE html>
<html lang="en">
<body>
<script>
(async () => {
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 433a495

Please sign in to comment.