home / tests

testsuites

5 rows where build_id = 9711

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135144 9711 9711 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7842/artifact/log/WDIO.xunit-2021-10-09T06-53-25-052Z.xml Page 1633784006 0.758 17 0 0 17
135145 9711 9711 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7842/artifact/log/WDIO.xunit-2021-10-09T06-53-28-217Z.xml Special RecentChanges 1633784009 0.596 2 0 0 2
135146 9711 9711 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7842/artifact/log/WDIO.xunit-2021-10-09T06-53-31-235Z.xml User 1633784012 5.408 2 0 0 0
135147 9711 9711 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7842/artifact/log/WDIO.xunit-2021-10-09T06-53-39-492Z.xml Special Watchlist 1633784020 2.349 2 0 0 2
135148 9711 9711 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7842/artifact/log/WDIO.xunit-2021-10-09T06-53-44-168Z.xml BlankPage 1633784025 0.633 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 1587.179ms