home / tests

testsuites

5 rows where build_id = 10008

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137051 10008 10008 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8528/artifact/log/WDIO.xunit-2021-10-09T10-21-52-156Z.xml Page 1633796513 0.78 17 0 0 17
137052 10008 10008 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8528/artifact/log/WDIO.xunit-2021-10-09T10-21-55-333Z.xml Special RecentChanges 1633796516 0.676 2 0 0 2
137053 10008 10008 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8528/artifact/log/WDIO.xunit-2021-10-09T10-21-58-356Z.xml User 1633796519 5.403 2 0 0 0
137054 10008 10008 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8528/artifact/log/WDIO.xunit-2021-10-09T10-22-06-225Z.xml Special Watchlist 1633796527 2.474 2 0 0 2
137055 10008 10008 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8528/artifact/log/WDIO.xunit-2021-10-09T10-22-11-082Z.xml BlankPage 1633796532 0.682 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 1594.291ms