home / tests

testsuites

5 rows where build_id = 9739

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135287 9739 9739 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1596/artifact/log/WDIO.xunit-2021-10-09T06-57-15-828Z.xml Page 1633784236 0.724 17 0 0 17
135288 9739 9739 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1596/artifact/log/WDIO.xunit-2021-10-09T06-57-18-784Z.xml Special RecentChanges 1633784239 0.609 2 0 0 2
135289 9739 9739 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1596/artifact/log/WDIO.xunit-2021-10-09T06-57-21-580Z.xml User 1633784242 4.935 2 0 0 0
135290 9739 9739 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1596/artifact/log/WDIO.xunit-2021-10-09T06-57-28-627Z.xml Special Watchlist 1633784249 2.319 2 0 0 2
135291 9739 9739 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1596/artifact/log/WDIO.xunit-2021-10-09T06-57-33-179Z.xml BlankPage 1633784254 0.598 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 1598.078ms