Skip to content

Commit 46e634a

Browse files
author
DavidQ
committed
Launch smoke suite was added for discovered games, samples, and tools.
1 parent 9242d72 commit 46e634a

14 files changed

Lines changed: 638 additions & 177 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99

1010
# Ignore the docs directory
1111
/*.zip
12-
/tmp/*
12+
/tmp/*
13+
/node_modules/
14+
.tmp*

build_bundle_samples_runtime_preview/docs/dev/codex_commands.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

build_bundle_samples_runtime_preview/docs/dev/commit_comment.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build_bundle_samples_runtime_preview/docs/dev/next_command.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

build_bundle_samples_runtime_preview/docs/dev/reports/change_summary.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

build_bundle_samples_runtime_preview/docs/dev/reports/file_tree.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

build_bundle_samples_runtime_preview/docs/dev/reports/validation_checklist.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

build_bundle_samples_runtime_preview/docs/pr/BUILD_PR_SAMPLES_RUNTIME_PREVIEW_SVG_CAPTURE.md

Lines changed: 0 additions & 89 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Launch smoke suite was added for discovered games, samples, and tools.
2+
3+
Verification in this container could not complete because Chromium remote debugging could not be initialized under the sandbox restrictions of this environment.
4+
5+
What was verified here:
6+
- test module imports successfully
7+
- package script was added
8+
- main test runner imports the new suite
9+
10+
What still needs to be run on the user's machine:
11+
- npm run test:launch-smoke
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Launch Smoke Report
2+
3+
Generated: 2026-04-11T21:43:45.910Z
4+
5+
Filters: games=true, samples=false, tools=false, sampleRange=all
6+
7+
| Status | Type | Label | Path | Notes | Steps |
8+
| --- | --- | --- | --- | --- | --- |
9+
| PASS | game | _template | games\_template\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
10+
| PASS | game | AITargetDummy | games\AITargetDummy\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
11+
| PASS | game | Asteroids | games\Asteroids\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
12+
| PASS | game | Bouncing-ball | games\Bouncing-ball\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
13+
| PASS | game | Breakout | games\Breakout\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
14+
| PASS | game | Gravity | games\Gravity\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
15+
| PASS | game | GravityWell | games\GravityWell\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
16+
| PASS | game | MultiBallChaos | games\MultiBallChaos\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
17+
| PASS | game | Orbit | games\Orbit\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
18+
| PASS | game | PacmanFullAI | games\PacmanFullAI\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
19+
| PASS | game | PacmanLite | games\PacmanLite\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
20+
| PASS | game | PaddleIntercept | games\PaddleIntercept\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
21+
| PASS | game | Pong | games\Pong\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
22+
| PASS | game | ProjectileLab | games\ProjectileLab\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
23+
| PASS | game | SolarSystem | games\SolarSystem\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
24+
| PASS | game | SpaceDuel | games\SpaceDuel\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
25+
| PASS | game | SpaceInvaders | games\SpaceInvaders\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
26+
| PASS | game | Thruster | games\Thruster\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |
27+
| PASS | game | vector-arcade-sample | games\vector-arcade-sample\index.html | | npm install → npm install ws --save → npm run test:launch-smoke |

0 commit comments

Comments
 (0)