home / tests

testsuites

5 rows where build_id = 11231

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
148286 11231 11231 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15290/artifact/log/WDIO.xunit-2021-10-12T19-10-33-675Z.xml Page 1634087435 0.743 17 0 0 17
148287 11231 11231 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15290/artifact/log/WDIO.xunit-2021-10-12T19-10-37-363Z.xml Special RecentChanges 1634087438 0.629 2 0 0 2
148288 11231 11231 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15290/artifact/log/WDIO.xunit-2021-10-12T19-10-40-451Z.xml User 1634087441 6.408 2 0 0 0
148289 11231 11231 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15290/artifact/log/WDIO.xunit-2021-10-12T19-10-49-369Z.xml Special Watchlist 1634087450 1.99 2 0 0 2
148290 11231 11231 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15290/artifact/log/WDIO.xunit-2021-10-12T19-10-53-816Z.xml BlankPage 1634087454 0.561 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 1633.038ms