home / tests

testsuites

5 rows where build_id = 6444

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
86761 6444 6444 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23760/artifact/log/WDIO.xunit-2021-10-05T22-02-48-614Z.xml Page 1633492969 0.742 17 0 0 17
86762 6444 6444 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23760/artifact/log/WDIO.xunit-2021-10-05T22-02-51-970Z.xml Special RecentChanges 1633492973 0.665 2 0 0 2
86763 6444 6444 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23760/artifact/log/WDIO.xunit-2021-10-05T22-02-55-223Z.xml User 1633492976 6.372 2 0 0 0
86764 6444 6444 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23760/artifact/log/WDIO.xunit-2021-10-05T22-03-04-214Z.xml Special Watchlist 1633492985 2.37 2 0 0 2
86765 6444 6444 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23760/artifact/log/WDIO.xunit-2021-10-05T22-03-09-091Z.xml BlankPage 1633492990 0.671 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 1545.796ms