1
This commit is contained in:
parent
1a3ba56d9a
commit
810ad6f5cb
33 changed files with 10710 additions and 1087 deletions
19
tests/additional-generation-e2e.html
Normal file
19
tests/additional-generation-e2e.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>Additional generation browser E2E</title>
|
||||
<style>
|
||||
body { margin: 0; padding: 24px; background: #111827; color: #e5e7eb; font: 14px/1.5 ui-monospace, monospace; }
|
||||
pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: 18px; border-radius: 10px; background: #030712; }
|
||||
[data-status="pass"] pre { border: 2px solid #22c55e; }
|
||||
[data-status="fail"] pre { border: 2px solid #ef4444; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Additional generation browser E2E</h1>
|
||||
<pre id="result">RUNNING</pre>
|
||||
<script type="module" src="./additional-generation-e2e.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue