home / tests

testsuites

5 rows where build_id = 9988

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136948 9988 9988 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8552/artifact/log/WDIO.xunit-2021-10-09T10-52-26-031Z.xml Page 1633798347 2.329 17 0 0 17
136949 9988 9988 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8552/artifact/log/WDIO.xunit-2021-10-09T10-52-30-822Z.xml Special RecentChanges 1633798351 0.66 2 0 0 2
136950 9988 9988 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8552/artifact/log/WDIO.xunit-2021-10-09T10-52-33-903Z.xml User 1633798355 6.869 2 0 0 0
136951 9988 9988 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8552/artifact/log/WDIO.xunit-2021-10-09T10-52-43-242Z.xml Special Watchlist 1633798364 2.51 2 0 0 2
136952 9988 9988 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8552/artifact/log/WDIO.xunit-2021-10-09T10-52-48-402Z.xml BlankPage 1633798369 0.736 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 1566.585ms