feat(examples): add workout replay e2e
Wrap the workout page with the shared runtime, add export replay over command/event truth, and cover the running HTTP app with an end-to-end test that exercises runtime asset loading and product interactions. req: examples/001 req: local/001 req: local/003 req: local/004 req: host/001
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>hemx workout example</title>
|
||||
<script +src="self.runtime_src" defer></script>
|
||||
</head>
|
||||
<body>{+= self.body =+}</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user