99 / 168 · 01 Agent Skills for Browser Automation · Reporting and Observability← prev⊞ allnext →☰ Read as one page
13.7Integration with CI Dashboards
JUnit XML Output (for Jenkins/GitHub/GitLab)
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="authentication" tests="8" failures="1" time="18.5">
<testcase name="login_valid_credentials" time="2.3"/>
<testcase name="login_expired_account" time="5.1">
<failure message="Expected 'Account expired' but got 'Welcome, User'">
Screenshot: failures/login_expired_account/screenshot.png
Snapshot: failures/login_expired_account/snapshot.yaml
URL: https://staging.example.com/dashboard
</failure>
</testcase>
</testsuite>
</testsuites>