home / tests

testsuites

5 rows where build_id = 20453

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239119 20453 20453 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1260/artifact/log/WDIO.xunit-2024-05-09T14-29-23-477Z.xml Special RecentChanges 1715286565 9.594 1 0 0 0
239120 20453 20453 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1260/artifact/log/WDIO.xunit-2024-05-09T14-29-23-594Z.xml User 1715286565 17.316 2 0 0 0
239121 20453 20453 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1260/artifact/log/WDIO.xunit-2024-05-09T14-29-23-680Z.xml Special Watchlist 1715286565 0.669 1 0 0 1
239122 20453 20453 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1260/artifact/log/WDIO.xunit-2024-05-09T14-29-23-689Z.xml Page 1715286565 64.547 9 0 0 0
239123 20453 20453 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1260/artifact/log/WDIO.xunit-2024-05-09T14-29-28-226Z.xml BlankPage 1715286570 2.612 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 1638.493ms