home / tests

testsuites

5 rows where build_id = 9963

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136820 9963 9963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23785/artifact/log/WDIO.xunit-2021-10-09T10-34-47-610Z.xml Page 1633797288 0.779 17 0 0 17
136821 9963 9963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23785/artifact/log/WDIO.xunit-2021-10-09T10-34-50-793Z.xml Special RecentChanges 1633797291 0.638 2 0 0 2
136822 9963 9963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23785/artifact/log/WDIO.xunit-2021-10-09T10-34-53-782Z.xml User 1633797295 5.375 2 0 0 0
136823 9963 9963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23785/artifact/log/WDIO.xunit-2021-10-09T10-35-02-060Z.xml Special Watchlist 1633797303 2.609 2 0 0 2
136824 9963 9963 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23785/artifact/log/WDIO.xunit-2021-10-09T10-35-07-201Z.xml BlankPage 1633797308 0.726 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 1619.58ms