home / tests

testsuites

5 rows where build_id = 20720

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243761 20720 20720 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8545/artifact/log/WDIO.xunit-2024-05-09T18-23-04-806Z.xml Special RecentChanges 1715300585 3.194 1 0 0 0
243762 20720 20720 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8545/artifact/log/WDIO.xunit-2024-05-09T18-23-04-824Z.xml Special Watchlist 1715300585 0.829 1 0 0 1
243763 20720 20720 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8545/artifact/log/WDIO.xunit-2024-05-09T18-23-04-835Z.xml User 1715300585 5.489 2 0 0 0
243764 20720 20720 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8545/artifact/log/WDIO.xunit-2024-05-09T18-23-04-853Z.xml Page 1715300585 22.785 9 0 0 0
243765 20720 20720 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8545/artifact/log/WDIO.xunit-2024-05-09T18-23-07-349Z.xml BlankPage 1715300588 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 1632.686ms