home / tests

testsuites

5 rows where build_id = 757

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3125 757 757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76192/artifact/log/WDIO.xunit-2021-09-22T17-37-56-852Z.xml Page 1632353878 0.929 17 0 0 17
3126 757 757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76192/artifact/log/WDIO.xunit-2021-09-22T17-38-01-244Z.xml Special RecentChanges 1632353882 0.8 2 0 0 2
3127 757 757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76192/artifact/log/WDIO.xunit-2021-09-22T17-38-05-655Z.xml User 1632353887 11.979 2 0 0 0
3128 757 757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76192/artifact/log/WDIO.xunit-2021-09-22T17-38-21-167Z.xml Special Watchlist 1632353902 2.453 2 0 0 2
3129 757 757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76192/artifact/log/WDIO.xunit-2021-09-22T17-38-27-097Z.xml BlankPage 1632353908 0.64 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 1510.409ms