home / tests

testsuites

5 rows where build_id = 16349

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
197898 16349 16349 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/475/artifact/log/WDIO.xunit-2024-01-10T23-56-44-314Z.xml Page 1704956205 23.741 9 0 0 0
197899 16349 16349 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/475/artifact/log/WDIO.xunit-2024-01-10T23-56-44-335Z.xml Special RecentChanges 1704956205 3.082 1 0 0 0
197900 16349 16349 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/475/artifact/log/WDIO.xunit-2024-01-10T23-56-44-445Z.xml User 1704956205 5.377 2 0 0 0
197901 16349 16349 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/475/artifact/log/WDIO.xunit-2024-01-10T23-56-44-457Z.xml Special Watchlist 1704956205 0.437 1 0 0 1
197902 16349 16349 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/475/artifact/log/WDIO.xunit-2024-01-10T23-56-46-856Z.xml BlankPage 1704956208 0.845 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 1926.11ms