home / tests

testsuites

4 rows where build_id = 20762

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244470 20762 20762 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8501/artifact/log/WDIO.xunit-2024-05-09T15-50-29-274Z.xml Special RecentChanges 1715291430 4.866 1 0 0 0
244471 20762 20762 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8501/artifact/log/WDIO.xunit-2024-05-09T15-50-29-323Z.xml Special Watchlist 1715291430 0.748 1 0 0 1
244472 20762 20762 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8501/artifact/log/WDIO.xunit-2024-05-09T15-50-29-326Z.xml Page 1715291430 25.22 9 0 0 0
244473 20762 20762 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8501/artifact/log/WDIO.xunit-2024-05-09T15-50-32-575Z.xml BlankPage 1715291434 1.189 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 1637.138ms