home / tests

testsuites

5 rows where build_id = 9968

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136845 9968 9968 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23780/artifact/log/WDIO.xunit-2021-10-09T10-27-48-975Z.xml Page 1633796870 0.909 17 0 0 17
136846 9968 9968 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23780/artifact/log/WDIO.xunit-2021-10-09T10-27-53-064Z.xml Special RecentChanges 1633796874 0.717 2 0 0 2
136847 9968 9968 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23780/artifact/log/WDIO.xunit-2021-10-09T10-27-56-793Z.xml User 1633796878 8.859 2 0 0 0
136848 9968 9968 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23780/artifact/log/WDIO.xunit-2021-10-09T10-28-08-638Z.xml Special Watchlist 1633796890 2.877 2 0 0 2
136849 9968 9968 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23780/artifact/log/WDIO.xunit-2021-10-09T10-28-14-629Z.xml BlankPage 1633796895 0.975 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 1636.186ms