home / tests

testsuites

5 rows where build_id = 9697

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135074 9697 9697 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1530/artifact/log/WDIO.xunit-2021-10-09T06-08-39-826Z.xml Page 1633781320 0.737 17 0 0 17
135075 9697 9697 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1530/artifact/log/WDIO.xunit-2021-10-09T06-08-43-085Z.xml Special RecentChanges 1633781324 0.673 2 0 0 2
135076 9697 9697 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1530/artifact/log/WDIO.xunit-2021-10-09T06-08-46-181Z.xml User 1633781327 5.457 2 0 0 0
135077 9697 9697 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1530/artifact/log/WDIO.xunit-2021-10-09T06-08-53-998Z.xml Special Watchlist 1633781335 2.306 2 0 0 2
135078 9697 9697 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1530/artifact/log/WDIO.xunit-2021-10-09T06-08-58-673Z.xml BlankPage 1633781339 0.618 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 1668.643ms