home / tests

testsuites

5 rows where build_id = 10177

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138882 10177 10177 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7867/artifact/log/WDIO.xunit-2021-10-09T21-48-23-695Z.xml Page 1633837704 0.784 17 0 0 17
138883 10177 10177 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7867/artifact/log/WDIO.xunit-2021-10-09T21-48-27-088Z.xml Special RecentChanges 1633837708 0.681 2 0 0 2
138884 10177 10177 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7867/artifact/log/WDIO.xunit-2021-10-09T21-48-30-647Z.xml User 1633837711 5.664 2 0 0 0
138885 10177 10177 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7867/artifact/log/WDIO.xunit-2021-10-09T21-48-38-724Z.xml Special Watchlist 1633837719 2.765 2 0 0 2
138886 10177 10177 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7867/artifact/log/WDIO.xunit-2021-10-09T21-48-43-957Z.xml BlankPage 1633837724 0.812 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 1578.858ms