home / tests

testsuites

5 rows where build_id = 2280

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
23576 2280 2280 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76298/artifact/log/WDIO.xunit-2021-09-28T23-22-10-712Z.xml Page 1632892931 0.676 17 0 0 17
23577 2280 2280 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76298/artifact/log/WDIO.xunit-2021-09-28T23-22-13-851Z.xml Special RecentChanges 1632892934 0.683 2 0 0 2
23578 2280 2280 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76298/artifact/log/WDIO.xunit-2021-09-28T23-22-17-066Z.xml User 1632892938 5.099 2 0 0 0
23579 2280 2280 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76298/artifact/log/WDIO.xunit-2021-09-28T23-22-24-590Z.xml Special Watchlist 1632892945 2.209 2 0 0 2
23580 2280 2280 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76298/artifact/log/WDIO.xunit-2021-09-28T23-22-29-228Z.xml BlankPage 1632892950 0.574 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 1527.159ms