Skip to content

Commit 5377bf3

Browse files
Add frontend smoke test script to validate build and responsiveness
- Introduced a new script `frontend-smoke.mjs` to check for essential UI controls and responsive styles in the frontend application. - The script verifies the existence of the built `index.html` and `assets` directory, as well as checks for the presence of required labels in `App.tsx` and specific CSS rules in `styles.css`. - Outputs a JSON report indicating success or failure of the checks.
1 parent 17254a8 commit 5377bf3

7 files changed

Lines changed: 2800 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ __pycache__/
99
.mypy_cache/
1010
.venv/
1111
venv/
12+
node_modules/
13+
tsconfig.tsbuildinfo
14+
.codex-run/
1215

1316
dist/
1417
build/

0 commit comments

Comments
 (0)