home / tests

testsuites

5 rows where build_id = 10000

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137008 10000 10000 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8536/artifact/log/WDIO.xunit-2021-10-09T10-27-54-770Z.xml Page 1633796875 1.791 17 0 0 17
137009 10000 10000 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8536/artifact/log/WDIO.xunit-2021-10-09T10-27-59-073Z.xml Special RecentChanges 1633796880 0.644 2 0 0 2
137010 10000 10000 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8536/artifact/log/WDIO.xunit-2021-10-09T10-28-02-207Z.xml User 1633796883 5.777 2 0 0 0
137011 10000 10000 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8536/artifact/log/WDIO.xunit-2021-10-09T10-28-10-364Z.xml Special Watchlist 1633796891 2.583 2 0 0 2
137012 10000 10000 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8536/artifact/log/WDIO.xunit-2021-10-09T10-28-15-759Z.xml BlankPage 1633796896 0.774 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 1611.37ms