home / tests

testsuites

5 rows where build_id = 11580

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151078 11580 11580 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23828/artifact/log/WDIO.xunit-2021-10-12T21-18-57-118Z.xml Page 1634095138 0.719 17 0 0 17
151079 11580 11580 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23828/artifact/log/WDIO.xunit-2021-10-12T21-19-00-167Z.xml Special RecentChanges 1634095141 0.683 2 0 0 2
151080 11580 11580 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23828/artifact/log/WDIO.xunit-2021-10-12T21-19-03-131Z.xml User 1634095144 5.392 2 0 0 0
151081 11580 11580 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23828/artifact/log/WDIO.xunit-2021-10-12T21-19-10-804Z.xml Special Watchlist 1634095151 2.408 2 0 0 2
151082 11580 11580 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23828/artifact/log/WDIO.xunit-2021-10-12T21-19-15-547Z.xml BlankPage 1634095156 0.662 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 1611.152ms