home / tests

testsuites

5 rows where build_id = 20766

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
244494 20766 20766 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8497/artifact/log/WDIO.xunit-2024-05-09T15-42-48-839Z.xml Page 1715290970 34.238 9 0 0 0
244495 20766 20766 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8497/artifact/log/WDIO.xunit-2024-05-09T15-42-48-967Z.xml Special Watchlist 1715290970 0.799 1 0 0 1
244496 20766 20766 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8497/artifact/log/WDIO.xunit-2024-05-09T15-42-48-968Z.xml Special RecentChanges 1715290970 6.437 1 0 0 0
244497 20766 20766 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8497/artifact/log/WDIO.xunit-2024-05-09T15-42-48-989Z.xml User 1715290970 14.582 2 0 0 0
244498 20766 20766 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8497/artifact/log/WDIO.xunit-2024-05-09T15-42-52-940Z.xml BlankPage 1715290975 1.835 1 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE testsuites (
            id INTEGER PRIMARY KEY,
            build_id INTEGER NOT NULL,
            url TEXT NOT NULL,
            name TEXT,
            timestamp INTEGER,
            time REAL,
            tests INTEGER,
            failures INTEGER,
            errors INTEGER,
            skipped INTEGER,
            UNIQUE(url,name,timestamp),
            FOREIGN KEY(build_id) REFERENCES builds(id)
        );
Powered by Datasette · Queries took 1520.411ms