home / tests

testsuites

5 rows where build_id = 9971

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136863 9971 9971 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23777/artifact/log/WDIO.xunit-2021-10-09T10-28-35-933Z.xml Page 1633796917 0.884 17 0 0 17
136864 9971 9971 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23777/artifact/log/WDIO.xunit-2021-10-09T10-28-40-449Z.xml Special RecentChanges 1633796922 0.905 2 0 0 2
136865 9971 9971 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23777/artifact/log/WDIO.xunit-2021-10-09T10-28-45-044Z.xml User 1633796926 9.339 2 0 0 0
136866 9971 9971 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23777/artifact/log/WDIO.xunit-2021-10-09T10-28-57-850Z.xml Special Watchlist 1633796939 3.955 2 0 0 2
136867 9971 9971 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23777/artifact/log/WDIO.xunit-2021-10-09T10-29-05-227Z.xml BlankPage 1633796946 0.847 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 1613.118ms