home / tests

testsuites

5 rows where build_id = 22588

✎ 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
258464 22588 22588 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/142/artifact/log/WDIO.xunit-2024-06-16T14-07-52-888Z.xml User 1718568473 6.966 2 0 0 0
258465 22588 22588 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/142/artifact/log/WDIO.xunit-2024-06-16T14-07-52-889Z.xml Page 1718568473 22.92 9 0 0 0
258466 22588 22588 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/142/artifact/log/WDIO.xunit-2024-06-16T14-07-52-899Z.xml Special Watchlist 1718568473 0.443 1 0 0 1
258467 22588 22588 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/142/artifact/log/WDIO.xunit-2024-06-16T14-07-52-923Z.xml Special RecentChanges 1718568474 3.418 1 0 0 0
258468 22588 22588 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/142/artifact/log/WDIO.xunit-2024-06-16T14-07-55-324Z.xml BlankPage 1718568476 0.956 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 1601.747ms