home / tests

testsuites

5 rows where build_id = 22192

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254132 22192 22192 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/664/artifact/log/WDIO.xunit-2024-06-16T15-16-25-647Z.xml Special RecentChanges 1718572586 0.698 2 0 0 2
254133 22192 22192 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/664/artifact/log/WDIO.xunit-2024-06-16T15-16-25-659Z.xml User 1718572586 5.092 2 0 0 0
254134 22192 22192 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/664/artifact/log/WDIO.xunit-2024-06-16T15-16-25-664Z.xml Special Watchlist 1718572586 1.228 2 0 0 2
254135 22192 22192 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/664/artifact/log/WDIO.xunit-2024-06-16T15-16-25-674Z.xml Page 1718572586 0.515 17 0 0 17
254136 22192 22192 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/664/artifact/log/WDIO.xunit-2024-06-16T15-16-27-814Z.xml BlankPage 1718572588 0.618 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 1655.319ms