home / tests

testsuites

4 rows where build_id = 15219

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
193787 15219 15219 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/15/artifact/log/WDIO.xunit-2023-05-03T17-18-18-842Z.xml Page 1683155899 20.793 9 0 0 0
193788 15219 15219 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/15/artifact/log/WDIO.xunit-2023-05-03T17-18-18-884Z.xml Special Watchlist 1683155899 0.817 1 0 0 1
193789 15219 15219 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/15/artifact/log/WDIO.xunit-2023-05-03T17-18-18-887Z.xml Special RecentChanges 1683155900 4.356 1 0 0 0
193790 15219 15219 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/15/artifact/log/WDIO.xunit-2023-05-03T17-18-21-568Z.xml BlankPage 1683155903 0.798 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 1568.318ms