home / tests

testsuites

5 rows where build_id = 9742

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135302 9742 9742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1589/artifact/log/WDIO.xunit-2021-10-09T06-51-44-727Z.xml Page 1633783905 0.704 17 0 0 17
135303 9742 9742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1589/artifact/log/WDIO.xunit-2021-10-09T06-51-47-827Z.xml Special RecentChanges 1633783908 0.689 2 0 0 2
135304 9742 9742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1589/artifact/log/WDIO.xunit-2021-10-09T06-51-50-969Z.xml User 1633783912 5.616 2 0 0 0
135305 9742 9742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1589/artifact/log/WDIO.xunit-2021-10-09T06-51-58-959Z.xml Special Watchlist 1633783920 2.545 2 0 0 2
135306 9742 9742 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1589/artifact/log/WDIO.xunit-2021-10-09T06-52-04-012Z.xml BlankPage 1633783925 0.656 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.173ms