home / tests

testsuites

5 rows where build_id = 18922

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218804 18922 18922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6433/artifact/log/WDIO.xunit-2024-02-10T05-03-33-673Z.xml Page 1707566614 22.5 9 0 0 0
218805 18922 18922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6433/artifact/log/WDIO.xunit-2024-02-10T05-03-33-675Z.xml Special RecentChanges 1707566614 4.225 1 0 0 0
218806 18922 18922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6433/artifact/log/WDIO.xunit-2024-02-10T05-03-33-769Z.xml Special Watchlist 1707566615 0.391 1 0 0 1
218807 18922 18922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6433/artifact/log/WDIO.xunit-2024-02-10T05-03-36-363Z.xml BlankPage 1707566617 0.784 1 0 0 0
218808 18922 18922 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6433/artifact/log/WDIO.xunit-2024-02-10T05-03-40-487Z.xml User 1707566621 4.826 2 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 1542.34ms