home / tests

testsuites

5 rows where build_id = 2950

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35474 2950 2950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78395/artifact/log/WDIO.xunit-2021-09-29T21-39-42-992Z.xml Page 1632973187 1.839 17 0 0 17
35475 2950 2950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78395/artifact/log/WDIO.xunit-2021-09-29T21-39-51-453Z.xml Special RecentChanges 1632973194 1.132 2 0 0 2
35476 2950 2950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78395/artifact/log/WDIO.xunit-2021-09-29T21-39-58-027Z.xml User 1632973203 13.569 2 0 0 0
35477 2950 2950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78395/artifact/log/WDIO.xunit-2021-09-29T21-40-18-897Z.xml Special Watchlist 1632973221 2.611 2 0 0 2
35478 2950 2950 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78395/artifact/log/WDIO.xunit-2021-09-29T21-40-25-721Z.xml BlankPage 1632973229 2.41 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 1564.86ms