home / tests

testsuites

5 rows where build_id = 9752

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135352 9752 9752 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1560/artifact/log/WDIO.xunit-2021-10-09T06-30-07-705Z.xml Page 1633782609 0.885 17 0 0 17
135353 9752 9752 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1560/artifact/log/WDIO.xunit-2021-10-09T06-30-12-129Z.xml Special RecentChanges 1633782613 0.697 2 0 0 2
135354 9752 9752 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1560/artifact/log/WDIO.xunit-2021-10-09T06-30-16-399Z.xml User 1633782618 6.318 2 0 0 0
135355 9752 9752 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1560/artifact/log/WDIO.xunit-2021-10-09T06-30-26-198Z.xml Special Watchlist 1633782627 2.675 2 0 0 2
135356 9752 9752 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1560/artifact/log/WDIO.xunit-2021-10-09T06-30-32-273Z.xml BlankPage 1633782633 0.747 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 1621.501ms