home / tests

testsuites

5 rows where build_id = 9726

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135219 9726 9726 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7796/artifact/log/WDIO.xunit-2021-10-09T06-23-39-409Z.xml Page 1633782221 0.771 17 0 0 17
135220 9726 9726 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7796/artifact/log/WDIO.xunit-2021-10-09T06-23-43-481Z.xml Special RecentChanges 1633782225 0.778 2 0 0 2
135221 9726 9726 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7796/artifact/log/WDIO.xunit-2021-10-09T06-23-47-655Z.xml User 1633782229 6.431 2 0 0 0
135222 9726 9726 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7796/artifact/log/WDIO.xunit-2021-10-09T06-23-57-488Z.xml Special Watchlist 1633782239 2.976 2 0 0 2
135223 9726 9726 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7796/artifact/log/WDIO.xunit-2021-10-09T06-24-03-840Z.xml BlankPage 1633782245 0.8 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 1601.647ms