home / tests

testsuites

5 rows where build_id = 2556

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
28162 2556 2556 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76314/artifact/log/WDIO.xunit-2021-09-29T12-09-01-938Z.xml Page 1632938943 0.678 17 0 0 17
28163 2556 2556 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76314/artifact/log/WDIO.xunit-2021-09-29T12-09-05-064Z.xml Special RecentChanges 1632938946 0.669 2 0 0 2
28164 2556 2556 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76314/artifact/log/WDIO.xunit-2021-09-29T12-09-08-050Z.xml User 1632938949 5.097 2 0 0 0
28165 2556 2556 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76314/artifact/log/WDIO.xunit-2021-09-29T12-09-15-460Z.xml Special Watchlist 1632938956 2.271 2 0 0 2
28166 2556 2556 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76314/artifact/log/WDIO.xunit-2021-09-29T12-09-20-042Z.xml BlankPage 1632938960 0.488 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 1541.414ms