Files
leptos-shadcn-ui/examples/leptos/test-results.xml
Peter Hanssens 0988aed57e Release v0.8.1: Major infrastructure improvements and cleanup
- 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
2025-09-16 22:14:20 +10:00

42 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>