mirror of
https://github.com/claude-did-this/claude-hub.git
synced 2026-02-14 19:30:02 +01:00
38 lines
3.2 KiB
XML
38 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<testsuites name="jest tests" tests="14" failures="0" errors="0" time="0.303">
|
|
<testsuite name="Container Execution E2E Tests" errors="0" failures="0" skipped="0" timestamp="2025-05-20T16:45:48" time="0.138" tests="3">
|
|
<testcase classname="Container Execution E2E Tests Container should be properly configured" name="Container Execution E2E Tests Container should be properly configured" time="0.001">
|
|
</testcase>
|
|
<testcase classname="Container Execution E2E Tests Should process a simple Claude request" name="Container Execution E2E Tests Should process a simple Claude request" time="0.001">
|
|
</testcase>
|
|
<testcase classname="Container Execution E2E Tests Should handle errors gracefully" name="Container Execution E2E Tests Should handle errors gracefully" time="0">
|
|
</testcase>
|
|
</testsuite>
|
|
<testsuite name="GitHub Controller" errors="0" failures="0" skipped="0" timestamp="2025-05-20T16:45:49" time="0.073" tests="4">
|
|
<testcase classname="GitHub Controller should process a valid webhook with @TestBot mention" name="GitHub Controller should process a valid webhook with @TestBot mention" time="0.004">
|
|
</testcase>
|
|
<testcase classname="GitHub Controller should reject a webhook with invalid signature" name="GitHub Controller should reject a webhook with invalid signature" time="0.012">
|
|
</testcase>
|
|
<testcase classname="GitHub Controller should ignore comments without @TestBot mention" name="GitHub Controller should ignore comments without @TestBot mention" time="0.001">
|
|
</testcase>
|
|
<testcase classname="GitHub Controller should handle errors from Claude service" name="GitHub Controller should handle errors from Claude service" time="0.006">
|
|
</testcase>
|
|
</testsuite>
|
|
<testsuite name="AWS Credential Provider" errors="0" failures="0" skipped="1" timestamp="2025-05-20T16:45:49" time="0.036" tests="7">
|
|
<testcase classname="AWS Credential Provider should get credentials from AWS profile" name="AWS Credential Provider should get credentials from AWS profile" time="0.001">
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should cache credentials" name="AWS Credential Provider should cache credentials" time="0">
|
|
<skipped/>
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should clear credential cache" name="AWS Credential Provider should clear credential cache" time="0">
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should get Docker environment variables" name="AWS Credential Provider should get Docker environment variables" time="0">
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should throw error if AWS_PROFILE is not set" name="AWS Credential Provider should throw error if AWS_PROFILE is not set" time="0.006">
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should throw error for non-existent profile" name="AWS Credential Provider should throw error for non-existent profile" time="0.001">
|
|
</testcase>
|
|
<testcase classname="AWS Credential Provider should throw error for incomplete credentials" name="AWS Credential Provider should throw error for incomplete credentials" time="0.001">
|
|
</testcase>
|
|
</testsuite>
|
|
</testsuites> |