home / tests

testsuites

5 rows where build_id = 10163

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138812 10163 10163 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7862/artifact/log/WDIO.xunit-2021-10-09T20-27-36-044Z.xml Page 1633832857 0.633 17 0 0 17
138813 10163 10163 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7862/artifact/log/WDIO.xunit-2021-10-09T20-27-38-949Z.xml Special RecentChanges 1633832860 0.585 2 0 0 2
138814 10163 10163 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7862/artifact/log/WDIO.xunit-2021-10-09T20-27-41-835Z.xml User 1633832862 4.827 2 0 0 0
138815 10163 10163 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7862/artifact/log/WDIO.xunit-2021-10-09T20-27-48-988Z.xml Special Watchlist 1633832870 2.272 2 0 0 2
138816 10163 10163 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7862/artifact/log/WDIO.xunit-2021-10-09T20-27-53-548Z.xml BlankPage 1633832874 0.548 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 1593.985ms