home / tests

testsuites

5 rows where build_id = 10006

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137041 10006 10006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8530/artifact/log/WDIO.xunit-2021-10-09T10-28-10-233Z.xml Page 1633796891 0.717 17 0 0 17
137042 10006 10006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8530/artifact/log/WDIO.xunit-2021-10-09T10-28-13-817Z.xml Special RecentChanges 1633796895 0.938 2 0 0 2
137043 10006 10006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8530/artifact/log/WDIO.xunit-2021-10-09T10-28-17-608Z.xml User 1633796899 9.404 2 0 0 0
137044 10006 10006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8530/artifact/log/WDIO.xunit-2021-10-09T10-28-29-851Z.xml Special Watchlist 1633796910 2.55 2 0 0 2
137045 10006 10006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8530/artifact/log/WDIO.xunit-2021-10-09T10-28-35-041Z.xml BlankPage 1633796916 0.998 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 1692.943ms