home / tests

testsuites

5 rows where build_id = 20774

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244566 20774 20774 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8489/artifact/log/WDIO.xunit-2024-05-09T15-17-26-058Z.xml User 1715289447 6.823 2 0 0 0
244567 20774 20774 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8489/artifact/log/WDIO.xunit-2024-05-09T15-17-26-059Z.xml Page 1715289447 25.423 9 0 0 0
244568 20774 20774 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8489/artifact/log/WDIO.xunit-2024-05-09T15-17-26-118Z.xml Special RecentChanges 1715289447 3.882 1 0 0 0
244569 20774 20774 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8489/artifact/log/WDIO.xunit-2024-05-09T15-17-26-137Z.xml Special Watchlist 1715289447 0.638 1 0 0 1
244570 20774 20774 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8489/artifact/log/WDIO.xunit-2024-05-09T15-17-29-165Z.xml BlankPage 1715289450 0.905 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 1633.612ms