home / tests

testsuites

5 rows where build_id = 3265

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
40508 3265 3265 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15282/artifact/log/WDIO.xunit-2021-09-30T14-04-15-224Z.xml Page 1633032256 0.734 17 0 0 17
40509 3265 3265 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15282/artifact/log/WDIO.xunit-2021-09-30T14-04-18-347Z.xml Special RecentChanges 1633032259 0.668 2 0 0 2
40510 3265 3265 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15282/artifact/log/WDIO.xunit-2021-09-30T14-04-21-379Z.xml User 1633032262 5.165 2 0 0 0
40511 3265 3265 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15282/artifact/log/WDIO.xunit-2021-09-30T14-04-29-373Z.xml Special Watchlist 1633032270 2.142 2 0 0 2
40512 3265 3265 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15282/artifact/log/WDIO.xunit-2021-09-30T14-04-34-347Z.xml BlankPage 1633032275 0.631 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 1819.757ms