home / tests

testsuites

5 rows where build_id = 18891

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218594 18891 18891 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6464/artifact/log/WDIO.xunit-2024-02-10T05-21-04-962Z.xml Page 1707567666 23.843 9 0 0 0
218595 18891 18891 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6464/artifact/log/WDIO.xunit-2024-02-10T05-21-04-993Z.xml User 1707567666 6.465 2 0 0 0
218596 18891 18891 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6464/artifact/log/WDIO.xunit-2024-02-10T05-21-05-027Z.xml Special Watchlist 1707567666 0.529 1 0 0 1
218597 18891 18891 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6464/artifact/log/WDIO.xunit-2024-02-10T05-21-05-029Z.xml Special RecentChanges 1707567666 2.784 1 0 0 0
218598 18891 18891 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6464/artifact/log/WDIO.xunit-2024-02-10T05-21-07-634Z.xml BlankPage 1707567669 0.814 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 1621.238ms