home / tests

testsuites

5 rows where build_id = 2954

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35543 2954 2954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78391/artifact/log/WDIO.xunit-2021-09-29T21-33-15-276Z.xml Page 1632972796 0.997 17 0 0 17
35544 2954 2954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78391/artifact/log/WDIO.xunit-2021-09-29T21-33-18-680Z.xml Special RecentChanges 1632972799 0.604 2 0 0 2
35545 2954 2954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78391/artifact/log/WDIO.xunit-2021-09-29T21-33-21-552Z.xml User 1632972802 5.298 2 0 0 0
35546 2954 2954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78391/artifact/log/WDIO.xunit-2021-09-29T21-33-29-282Z.xml Special Watchlist 1632972810 2.154 2 0 0 2
35547 2954 2954 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/78391/artifact/log/WDIO.xunit-2021-09-29T21-33-33-884Z.xml BlankPage 1632972814 0.612 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 1470.245ms