Commit Graph

8 Commits

Author SHA1 Message Date
2478948bcb Update e2e/debug.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 21:47:13 +00:00
ff37033102 Update e2e/debug.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-18 21:47:03 +00:00
bef28e8c91 feat: add Timestamp and Toggle components; implement TreeIcon and EditorActions components
- Introduced Timestamp component for displaying formatted dates and relative time.
- Added Toggle component for switch-like functionality with customizable sizes.
- Implemented TreeIcon component for rendering tree icons using Phosphor icons.
- Created EditorActions component for explain and improve actions with icons.
- Developed FileTabs component for managing open files with close functionality.
- Added LazyInlineMonacoEditor and LazyMonacoEditor for lazy loading Monaco editor.
- Implemented NavigationItem for navigation with badges and icons.
- Created PageHeaderContent for displaying page headers with icons and descriptions.
- Added JSON configuration files for various UI components and layouts.
- Enhanced data binding with new computed data source hook.
- Updated component registry and types for new components.
- Configured Vite for improved hot module replacement experience.
2026-01-18 21:42:51 +00:00
31d6334a65 Remove visual regression snapshot 2026-01-18 13:11:20 +00:00
3df37b038d Generated by Spark: Run npm run test:e2e --if-present || echo "No E2E tests configured"
> spark-template@0.0.0 test:e2e
> playwright test

[WebServer]
[WebServer] > spark-template@0.0.0 dev
[WebServer] > vite
[WebServer]
[WebServer]
[WebServer]   VITE v7.3.1  ready in 272 ms
[WebServer]
[WebServer]   ➜  Local:   http://localhost:5000/
[WebServer]   ➜  Network: http://10.1.0.146:5000/

Error: Timed out waiting 180000ms from config.webServer.

No E2E tests configured
2026-01-17 14:10:31 +00:00
548d565272 Generated by Spark: 2m 2s
Run npm run test:e2e

> spark-template@0.0.0 test:e2e
> playwright test

Error: Timed out waiting 120000ms from config.webServer.

Error: Process completed with exit code 1. - also probably worth putting a time limit on each e2e test
2026-01-17 13:25:54 +00:00
01bf0a7dfa Generated by Spark: Run smoke tests to validate the app works: npm run test:e2e:smoke 2026-01-16 03:21:22 +00:00
3c8698554c Generated by Spark: I think your going to have to write a playwright test to ensure the app works and generates code properly 2026-01-16 03:12:14 +00:00