home / tests

testsuites

5 rows where build_id = 10159

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138792 10159 10159 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7866/artifact/log/WDIO.xunit-2021-10-09T20-36-22-456Z.xml Page 1633833383 0.802 17 0 0 17
138793 10159 10159 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7866/artifact/log/WDIO.xunit-2021-10-09T20-36-25-879Z.xml Special RecentChanges 1633833387 0.761 2 0 0 2
138794 10159 10159 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7866/artifact/log/WDIO.xunit-2021-10-09T20-36-29-159Z.xml User 1633833390 5.973 2 0 0 0
138795 10159 10159 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7866/artifact/log/WDIO.xunit-2021-10-09T20-36-37-830Z.xml Special Watchlist 1633833399 2.752 2 0 0 2
138796 10159 10159 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7866/artifact/log/WDIO.xunit-2021-10-09T20-36-43-269Z.xml BlankPage 1633833404 1.344 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 1501.024ms