home / tests

testsuites

5 rows where build_id = 11583

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151143 11583 11583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23825/artifact/log/WDIO.xunit-2021-10-12T02-03-09-119Z.xml Page 1634025790 1.187 17 0 0 17
151144 11583 11583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23825/artifact/log/WDIO.xunit-2021-10-12T02-03-13-315Z.xml Special RecentChanges 1634025794 0.683 2 0 0 2
151145 11583 11583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23825/artifact/log/WDIO.xunit-2021-10-12T02-03-16-535Z.xml User 1634025797 7.426 2 0 0 0
151146 11583 11583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23825/artifact/log/WDIO.xunit-2021-10-12T02-03-26-563Z.xml Special Watchlist 1634025809 2.512 2 0 0 2
151147 11583 11583 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23825/artifact/log/WDIO.xunit-2021-10-12T02-03-33-097Z.xml BlankPage 1634025815 0.675 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.024ms