home / tests

testsuites

5 rows where build_id = 20523

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239904 20523 20523 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1175/artifact/log/WDIO.xunit-2024-05-05T21-24-18-342Z.xml Special Watchlist 1714965859 0.94 1 0 0 1
239905 20523 20523 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1175/artifact/log/WDIO.xunit-2024-05-05T21-24-18-435Z.xml User 1714965859 9.29 2 0 0 0
239906 20523 20523 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1175/artifact/log/WDIO.xunit-2024-05-05T21-24-18-448Z.xml Special RecentChanges 1714965859 5.564 1 0 0 0
239907 20523 20523 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1175/artifact/log/WDIO.xunit-2024-05-05T21-24-18-474Z.xml Page 1714965859 30.493 9 0 0 0
239908 20523 20523 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1175/artifact/log/WDIO.xunit-2024-05-05T21-24-22-474Z.xml BlankPage 1714965864 2.076 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 1631.752ms