home / tests

testsuites

5 rows where build_id = 9408

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
130790 9408 9408 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8523/artifact/log/WDIO.xunit-2021-10-08T21-30-44-026Z.xml Page 1633750245 0.764 17 0 0 17
130791 9408 9408 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8523/artifact/log/WDIO.xunit-2021-10-08T21-30-47-567Z.xml Special RecentChanges 1633750248 0.637 2 0 0 2
130792 9408 9408 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8523/artifact/log/WDIO.xunit-2021-10-08T21-30-50-562Z.xml User 1633750251 5.224 2 0 0 0
130793 9408 9408 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8523/artifact/log/WDIO.xunit-2021-10-08T21-30-58-152Z.xml Special Watchlist 1633750259 2.651 2 0 0 2
130794 9408 9408 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8523/artifact/log/WDIO.xunit-2021-10-08T21-31-03-229Z.xml BlankPage 1633750264 0.674 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 1577.547ms