mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
- Complete documentation reorganization into professional structure - Achieved 90%+ test coverage across all components - Created sophisticated WASM demo matching shadcn/ui quality - Fixed all compilation warnings and missing binary files - Optimized dependencies across all packages - Professional code standards and performance optimizations - Cross-browser compatibility with Playwright testing - New York variants implementation - Advanced signal management for Leptos 0.8.8+ - Enhanced testing infrastructure with TDD approach
42 lines
2.1 KiB
XML
42 lines
2.1 KiB
XML
<testsuites id="" name="" tests="5" failures="0" skipped="0" errors="0" time="5.067833">
|
||
<testsuite name="server-startup.spec.ts" timestamp="2025-09-16T11:46:46.301Z" hostname="chromium" tests="1" failures="0" skipped="0" time="1.697" errors="0">
|
||
<testcase name="Server Startup Tests › should serve the main page with correct content" classname="server-startup.spec.ts" time="1.697">
|
||
<system-out>
|
||
<![CDATA[✅ Sophisticated dashboard content is served correctly
|
||
]]>
|
||
</system-out>
|
||
</testcase>
|
||
</testsuite>
|
||
<testsuite name="server-startup.spec.ts" timestamp="2025-09-16T11:46:46.301Z" hostname="firefox" tests="1" failures="0" skipped="0" time="2.777" errors="0">
|
||
<testcase name="Server Startup Tests › should serve the main page with correct content" classname="server-startup.spec.ts" time="2.777">
|
||
<system-out>
|
||
<![CDATA[✅ Sophisticated dashboard content is served correctly
|
||
]]>
|
||
</system-out>
|
||
</testcase>
|
||
</testsuite>
|
||
<testsuite name="server-startup.spec.ts" timestamp="2025-09-16T11:46:46.301Z" hostname="webkit" tests="1" failures="0" skipped="0" time="2.268" errors="0">
|
||
<testcase name="Server Startup Tests › should serve the main page with correct content" classname="server-startup.spec.ts" time="2.268">
|
||
<system-out>
|
||
<![CDATA[✅ Sophisticated dashboard content is served correctly
|
||
]]>
|
||
</system-out>
|
||
</testcase>
|
||
</testsuite>
|
||
<testsuite name="server-startup.spec.ts" timestamp="2025-09-16T11:46:46.301Z" hostname="Mobile Chrome" tests="1" failures="0" skipped="0" time="1.694" errors="0">
|
||
<testcase name="Server Startup Tests › should serve the main page with correct content" classname="server-startup.spec.ts" time="1.694">
|
||
<system-out>
|
||
<![CDATA[✅ Sophisticated dashboard content is served correctly
|
||
]]>
|
||
</system-out>
|
||
</testcase>
|
||
</testsuite>
|
||
<testsuite name="server-startup.spec.ts" timestamp="2025-09-16T11:46:46.301Z" hostname="Mobile Safari" tests="1" failures="0" skipped="0" time="2.269" errors="0">
|
||
<testcase name="Server Startup Tests › should serve the main page with correct content" classname="server-startup.spec.ts" time="2.269">
|
||
<system-out>
|
||
<![CDATA[✅ Sophisticated dashboard content is served correctly
|
||
]]>
|
||
</system-out>
|
||
</testcase>
|
||
</testsuite>
|
||
</testsuites> |