home / tests

testsuites

5 rows where build_id = 16623

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
200593 16623 16623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1702/artifact/log/WDIO.xunit-2024-01-11T12-32-52-853Z.xml Page 1705001574 23.52 9 0 0 0
200594 16623 16623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1702/artifact/log/WDIO.xunit-2024-01-11T12-32-52-894Z.xml Special RecentChanges 1705001574 3.17 1 0 0 0
200595 16623 16623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1702/artifact/log/WDIO.xunit-2024-01-11T12-32-52-909Z.xml Special Watchlist 1705001574 0.435 1 0 0 1
200596 16623 16623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1702/artifact/log/WDIO.xunit-2024-01-11T12-32-52-931Z.xml User 1705001574 5.656 2 0 0 0
200597 16623 16623 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1702/artifact/log/WDIO.xunit-2024-01-11T12-32-55-747Z.xml BlankPage 1705001577 0.782 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 2191.373ms