home / tests

testsuites

5 rows where build_id = 11288

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
148626 11288 11288 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7876/artifact/log/WDIO.xunit-2021-10-12T23-19-54-175Z.xml Page 1634102395 0.807 17 0 0 17
148627 11288 11288 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7876/artifact/log/WDIO.xunit-2021-10-12T23-19-57-841Z.xml Special RecentChanges 1634102399 0.769 2 0 0 2
148628 11288 11288 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7876/artifact/log/WDIO.xunit-2021-10-12T23-20-01-647Z.xml User 1634102402 7.463 2 0 0 0
148629 11288 11288 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7876/artifact/log/WDIO.xunit-2021-10-12T23-20-11-734Z.xml Special Watchlist 1634102413 2.755 2 0 0 2
148630 11288 11288 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7876/artifact/log/WDIO.xunit-2021-10-12T23-20-17-402Z.xml BlankPage 1634102418 1.009 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 1591.57ms