home / tests

testsuites

5 rows where build_id = 9721

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135194 9721 9721 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7811/artifact/log/WDIO.xunit-2021-10-09T06-29-46-256Z.xml Page 1633782587 0.872 17 0 0 17
135195 9721 9721 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7811/artifact/log/WDIO.xunit-2021-10-09T06-29-50-186Z.xml Special RecentChanges 1633782591 0.784 2 0 0 2
135196 9721 9721 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7811/artifact/log/WDIO.xunit-2021-10-09T06-29-53-925Z.xml User 1633782595 5.773 2 0 0 0
135197 9721 9721 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7811/artifact/log/WDIO.xunit-2021-10-09T06-30-02-592Z.xml Special Watchlist 1633782603 2.806 2 0 0 2
135198 9721 9721 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7811/artifact/log/WDIO.xunit-2021-10-09T06-30-08-012Z.xml BlankPage 1633782609 0.655 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 1591.281ms