home / tests

testsuites

5 rows where build_id = 9678

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
134930 9678 9678 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7775/artifact/log/WDIO.xunit-2021-10-09T06-04-21-110Z.xml Page 1633781062 0.787 17 0 0 17
134931 9678 9678 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7775/artifact/log/WDIO.xunit-2021-10-09T06-04-24-774Z.xml Special RecentChanges 1633781065 0.69 2 0 0 2
134932 9678 9678 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7775/artifact/log/WDIO.xunit-2021-10-09T06-04-28-090Z.xml User 1633781069 5.84 2 0 0 0
134933 9678 9678 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7775/artifact/log/WDIO.xunit-2021-10-09T06-04-36-600Z.xml Special Watchlist 1633781078 2.543 2 0 0 2
134934 9678 9678 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7775/artifact/log/WDIO.xunit-2021-10-09T06-04-42-236Z.xml BlankPage 1633781083 0.856 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 2223.399ms