home / tests

testsuites

5 rows where build_id = 20467

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239340 20467 20467 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1243/artifact/log/WDIO.xunit-2024-05-08T14-30-07-151Z.xml User 1715200208 10.302 2 0 0 0
239341 20467 20467 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1243/artifact/log/WDIO.xunit-2024-05-08T14-30-07-159Z.xml Page 1715200208 28.572 9 0 0 0
239342 20467 20467 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1243/artifact/log/WDIO.xunit-2024-05-08T14-30-07-165Z.xml Special Watchlist 1715200208 0.805 1 0 0 1
239343 20467 20467 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1243/artifact/log/WDIO.xunit-2024-05-08T14-30-07-184Z.xml Special RecentChanges 1715200208 7.917 1 0 0 0
239344 20467 20467 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1243/artifact/log/WDIO.xunit-2024-05-08T14-30-09-982Z.xml BlankPage 1715200210 4.229 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 1598.608ms