home / tests

testsuites

5 rows where build_id = 15206

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193723 15206 15206 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1365/artifact/log/WDIO.xunit-2023-09-22T18-40-30-496Z.xml Page 1695429631 34.152 9 0 0 0
193724 15206 15206 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1365/artifact/log/WDIO.xunit-2023-09-22T18-40-30-498Z.xml Special RecentChanges 1695429631 5.556 1 0 0 0
193725 15206 15206 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1365/artifact/log/WDIO.xunit-2023-09-22T18-40-30-559Z.xml Special Watchlist 1695429631 0.569 1 0 0 1
193726 15206 15206 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1365/artifact/log/WDIO.xunit-2023-09-22T18-40-30-603Z.xml User 1695429631 12.024 2 0 0 0
193727 15206 15206 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1365/artifact/log/WDIO.xunit-2023-09-22T18-40-33-419Z.xml BlankPage 1695429635 1.82 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 1921.382ms