home / tests

testsuites

5 rows where build_id = 12083

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
161467 12083 12083 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82052/artifact/log/WDIO.xunit-2021-10-14T16-35-24-485Z.xml Page 1634250926 1.025 17 0 0 17
161468 12083 12083 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82052/artifact/log/WDIO.xunit-2021-10-14T16-35-28-335Z.xml Special RecentChanges 1634250929 0.659 2 0 0 2
161469 12083 12083 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82052/artifact/log/WDIO.xunit-2021-10-14T16-35-31-928Z.xml User 1634250933 8.899 2 0 0 0
161470 12083 12083 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82052/artifact/log/WDIO.xunit-2021-10-14T16-35-43-664Z.xml Special Watchlist 1634250945 2.376 2 0 0 2
161471 12083 12083 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82052/artifact/log/WDIO.xunit-2021-10-14T16-35-48-813Z.xml BlankPage 1634250949 0.593 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 1548.832ms