home / tests

testsuites

5 rows where build_id = 9985

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136933 9985 9985 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8560/artifact/log/WDIO.xunit-2021-10-09T10-54-52-330Z.xml Page 1633798493 0.683 17 0 0 17
136934 9985 9985 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8560/artifact/log/WDIO.xunit-2021-10-09T10-54-55-415Z.xml Special RecentChanges 1633798496 0.64 2 0 0 2
136935 9985 9985 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8560/artifact/log/WDIO.xunit-2021-10-09T10-54-58-395Z.xml User 1633798499 5.026 2 0 0 0
136936 9985 9985 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8560/artifact/log/WDIO.xunit-2021-10-09T10-55-05-812Z.xml Special Watchlist 1633798506 2.415 2 0 0 2
136937 9985 9985 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8560/artifact/log/WDIO.xunit-2021-10-09T10-55-10-646Z.xml BlankPage 1633798511 0.705 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 1608.672ms