home / tests

testsuites

5 rows where build_id = 20505

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239803 20505 20505 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1198/artifact/log/WDIO.xunit-2024-05-06T09-56-27-657Z.xml User 1715010989 5.594 2 0 0 0
239804 20505 20505 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1198/artifact/log/WDIO.xunit-2024-05-06T09-56-27-682Z.xml Page 1715010988 21.18 9 0 0 0
239805 20505 20505 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1198/artifact/log/WDIO.xunit-2024-05-06T09-56-27-691Z.xml Special Watchlist 1715010988 0.762 1 0 0 1
239806 20505 20505 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1198/artifact/log/WDIO.xunit-2024-05-06T09-56-27-761Z.xml Special RecentChanges 1715010988 3.177 1 0 0 0
239807 20505 20505 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1198/artifact/log/WDIO.xunit-2024-05-06T09-56-30-301Z.xml BlankPage 1715010991 0.699 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 1625.113ms