home / tests

testsuites

5 rows where build_id = 15028

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191369 15028 15028 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T23-56-30-556Z.xml Special RecentChanges 1695448591 3.219 1 0 0 0
191370 15028 15028 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T23-56-30-576Z.xml Page 1695448592 22.047 9 0 0 0
191371 15028 15028 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T23-56-30-580Z.xml Special Watchlist 1695448591 0.422 1 0 0 1
191372 15028 15028 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T23-56-30-584Z.xml User 1695448591 5.21 2 0 0 0
191373 15028 15028 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/365/artifact/log/WDIO.xunit-2023-09-22T23-56-33-001Z.xml BlankPage 1695448594 0.893 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 1620.993ms