home / tests

testsuites

5 rows where build_id = 14921

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
190501 14921 14921 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5107/artifact/log/WDIO.xunit-2023-09-25T15-05-47-792Z.xml Special RecentChanges 1695675949 0.736 2 0 0 2
190502 14921 14921 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5107/artifact/log/WDIO.xunit-2023-09-25T15-05-47-800Z.xml Page 1695675949 0.586 17 0 0 17
190503 14921 14921 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5107/artifact/log/WDIO.xunit-2023-09-25T15-05-47-849Z.xml User 1695675949 5.116 2 0 0 0
190504 14921 14921 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5107/artifact/log/WDIO.xunit-2023-09-25T15-05-47-939Z.xml Special Watchlist 1695675949 1.507 2 0 0 2
190505 14921 14921 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/5107/artifact/log/WDIO.xunit-2023-09-25T15-05-50-702Z.xml BlankPage 1695675951 0.698 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 1602.728ms