home / tests

testsuites

5 rows where build_id = 20521

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239894 20521 20521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1177/artifact/log/WDIO.xunit-2024-05-05T22-27-58-095Z.xml Special RecentChanges 1714969679 4.232 1 0 0 0
239895 20521 20521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1177/artifact/log/WDIO.xunit-2024-05-05T22-27-58-100Z.xml Special Watchlist 1714969679 0.54 1 0 0 1
239896 20521 20521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1177/artifact/log/WDIO.xunit-2024-05-05T22-27-58-112Z.xml Page 1714969679 24.634 9 0 0 0
239897 20521 20521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1177/artifact/log/WDIO.xunit-2024-05-05T22-27-58-173Z.xml User 1714969679 6.612 2 0 0 0
239898 20521 20521 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1177/artifact/log/WDIO.xunit-2024-05-05T22-28-01-445Z.xml BlankPage 1714969683 1.105 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.161ms