home / tests

testsuites

5 rows where build_id = 9747

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135327 9747 9747 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1570/artifact/log/WDIO.xunit-2021-10-09T06-43-18-238Z.xml Page 1633783399 0.66 17 0 0 17
135328 9747 9747 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1570/artifact/log/WDIO.xunit-2021-10-09T06-43-21-151Z.xml Special RecentChanges 1633783402 0.603 2 0 0 2
135329 9747 9747 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1570/artifact/log/WDIO.xunit-2021-10-09T06-43-23-916Z.xml User 1633783404 5.097 2 0 0 0
135330 9747 9747 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1570/artifact/log/WDIO.xunit-2021-10-09T06-43-31-291Z.xml Special Watchlist 1633783412 2.386 2 0 0 2
135331 9747 9747 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1570/artifact/log/WDIO.xunit-2021-10-09T06-43-35-947Z.xml BlankPage 1633783416 0.659 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 1592.046ms