home / tests

testsuites

5 rows where build_id = 889

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4805 889 889 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8478/artifact/log/WDIO.xunit-2021-09-22T19-15-57-702Z.xml Page 1632359758 0.745 17 0 0 17
4806 889 889 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8478/artifact/log/WDIO.xunit-2021-09-22T19-16-00-882Z.xml Special RecentChanges 1632359762 0.571 2 0 0 2
4807 889 889 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8478/artifact/log/WDIO.xunit-2021-09-22T19-16-04-249Z.xml User 1632359765 5.283 2 0 0 0
4808 889 889 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8478/artifact/log/WDIO.xunit-2021-09-22T19-16-11-964Z.xml Special Watchlist 1632359773 2.391 2 0 0 2
4809 889 889 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8478/artifact/log/WDIO.xunit-2021-09-22T19-16-16-749Z.xml BlankPage 1632359777 1.326 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 1534.046ms