home / tests

testsuites

5 rows where build_id = 707

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2643 707 707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76259/artifact/log/WDIO.xunit-2021-09-25T02-27-24-329Z.xml Page 1632558446 0.845 17 0 0 17
2644 707 707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76259/artifact/log/WDIO.xunit-2021-09-25T02-27-28-554Z.xml Special RecentChanges 1632558450 0.744 2 0 0 2
2645 707 707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76259/artifact/log/WDIO.xunit-2021-09-25T02-27-32-723Z.xml User 1632558454 5.491 2 0 0 0
2646 707 707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76259/artifact/log/WDIO.xunit-2021-09-25T02-27-41-678Z.xml Special Watchlist 1632558463 2.516 2 0 0 2
2647 707 707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76259/artifact/log/WDIO.xunit-2021-09-25T02-27-47-629Z.xml BlankPage 1632558469 0.603 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 1512.597ms