home / tests

testsuites

5 rows where build_id = 9745

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135317 9745 9745 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1572/artifact/log/WDIO.xunit-2021-10-09T06-43-28-832Z.xml Page 1633783410 0.701 17 0 0 17
135318 9745 9745 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1572/artifact/log/WDIO.xunit-2021-10-09T06-43-32-063Z.xml Special RecentChanges 1633783413 0.655 2 0 0 2
135319 9745 9745 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1572/artifact/log/WDIO.xunit-2021-10-09T06-43-35-120Z.xml User 1633783416 5.79 2 0 0 0
135320 9745 9745 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1572/artifact/log/WDIO.xunit-2021-10-09T06-43-43-688Z.xml Special Watchlist 1633783424 2.602 2 0 0 2
135321 9745 9745 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1572/artifact/log/WDIO.xunit-2021-10-09T06-43-48-686Z.xml BlankPage 1633783429 0.729 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.482ms