home / tests

testsuites

5 rows where build_id = 20496

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239759 20496 20496 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1207/artifact/log/WDIO.xunit-2024-05-06T12-53-29-280Z.xml User 1715021610 6.717 2 0 0 0
239760 20496 20496 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1207/artifact/log/WDIO.xunit-2024-05-06T12-53-29-333Z.xml Special RecentChanges 1715021610 4.159 1 0 0 0
239761 20496 20496 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1207/artifact/log/WDIO.xunit-2024-05-06T12-53-29-337Z.xml Page 1715021610 24.91 9 0 0 0
239762 20496 20496 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1207/artifact/log/WDIO.xunit-2024-05-06T12-53-29-349Z.xml Special Watchlist 1715021610 0.873 1 0 0 1
239763 20496 20496 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1207/artifact/log/WDIO.xunit-2024-05-06T12-53-32-343Z.xml BlankPage 1715021613 0.744 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.908ms