home / tests

testsuites

5 rows where build_id = 20515

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239864 20515 20515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1183/artifact/log/WDIO.xunit-2024-05-06T01-29-30-150Z.xml Page 1714980571 23.89 9 0 0 0
239865 20515 20515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1183/artifact/log/WDIO.xunit-2024-05-06T01-29-30-154Z.xml Special Watchlist 1714980571 0.468 1 0 0 1
239866 20515 20515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1183/artifact/log/WDIO.xunit-2024-05-06T01-29-30-181Z.xml Special RecentChanges 1714980571 3.576 1 0 0 0
239867 20515 20515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1183/artifact/log/WDIO.xunit-2024-05-06T01-29-30-204Z.xml User 1714980571 5.974 2 0 0 0
239868 20515 20515 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1183/artifact/log/WDIO.xunit-2024-05-06T01-29-32-823Z.xml BlankPage 1714980573 0.978 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 1637.308ms