home / tests

testsuites

5 rows where build_id = 11587

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151188 11587 11587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8582/artifact/log/WDIO.xunit-2021-10-12T23-49-47-986Z.xml Page 1634104189 2.762 17 0 0 17
151189 11587 11587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8582/artifact/log/WDIO.xunit-2021-10-12T23-49-53-183Z.xml Special RecentChanges 1634104194 0.823 2 0 0 2
151190 11587 11587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8582/artifact/log/WDIO.xunit-2021-10-12T23-49-56-405Z.xml User 1634104197 5.582 2 0 0 0
151191 11587 11587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8582/artifact/log/WDIO.xunit-2021-10-12T23-50-04-358Z.xml Special Watchlist 1634104205 2.207 2 0 0 2
151192 11587 11587 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8582/artifact/log/WDIO.xunit-2021-10-12T23-50-08-925Z.xml BlankPage 1634104209 0.7 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 1561.682ms