home / tests

testsuites

5 rows where build_id = 16596

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200288 16596 16596 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1729/artifact/log/WDIO.xunit-2024-01-13T01-01-03-567Z.xml Special Watchlist 1705132865 0.401 1 0 0 1
200289 16596 16596 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1729/artifact/log/WDIO.xunit-2024-01-13T01-01-03-597Z.xml Page 1705132865 31.866 9 0 0 0
200290 16596 16596 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1729/artifact/log/WDIO.xunit-2024-01-13T01-01-03-646Z.xml User 1705132864 10.981 2 0 0 0
200291 16596 16596 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1729/artifact/log/WDIO.xunit-2024-01-13T01-01-03-707Z.xml Special RecentChanges 1705132864 4.906 1 0 0 0
200292 16596 16596 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1729/artifact/log/WDIO.xunit-2024-01-13T01-01-06-918Z.xml BlankPage 1705132869 1.699 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 1653.753ms