Commit 5377bf3
committed
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
- frontend/src
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments