home / tests

testsuites

5 rows where build_id = 9722

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135199 9722 9722 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7810/artifact/log/WDIO.xunit-2021-10-09T06-29-45-439Z.xml Page 1633782586 0.728 17 0 0 17
135200 9722 9722 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7810/artifact/log/WDIO.xunit-2021-10-09T06-29-48-512Z.xml Special RecentChanges 1633782589 0.67 2 0 0 2
135201 9722 9722 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7810/artifact/log/WDIO.xunit-2021-10-09T06-29-51-675Z.xml User 1633782592 5.623 2 0 0 0
135202 9722 9722 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7810/artifact/log/WDIO.xunit-2021-10-09T06-29-59-713Z.xml Special Watchlist 1633782600 2.403 2 0 0 2
135203 9722 9722 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7810/artifact/log/WDIO.xunit-2021-10-09T06-30-04-582Z.xml BlankPage 1633782605 0.67 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 1561.947ms