Skip to content

Commit

Permalink
chore(component-testing): add favicon to the opened page
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Oct 24, 2024
1 parent 3fb5b40 commit d9efdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runner/browser-env/vite/plugins/generate-index-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function generateTemplate(env: WorkerInitializePayload, runUuid: string): string
<html>
<head>
<title>Testplane Browser Test</title>
<link rel="icon" href="https://testplane.io/img/favicon.ico">
<script type="module">
window.__testplane__ = ${JSON.stringify({ runUuid, ...env })};
</script>
Expand Down

0 comments on commit d9efdea

Please sign in to comment.