home / tests

testsuites

5 rows where build_id = 782

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3325 782 782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77949/artifact/log/WDIO.xunit-2021-09-27T22-11-49-034Z.xml Page 1632802310 1.121 17 0 0 17
3326 782 782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77949/artifact/log/WDIO.xunit-2021-09-27T22-11-53-237Z.xml Special RecentChanges 1632802314 0.7 2 0 0 2
3327 782 782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77949/artifact/log/WDIO.xunit-2021-09-27T22-11-56-496Z.xml User 1632802318 5.767 2 0 0 0
3328 782 782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77949/artifact/log/WDIO.xunit-2021-09-27T22-12-05-428Z.xml Special Watchlist 1632802327 2.446 2 0 0 2
3329 782 782 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77949/artifact/log/WDIO.xunit-2021-09-27T22-12-10-839Z.xml BlankPage 1632802332 0.625 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 1991.204ms