home / tests

testsuites

5 rows where build_id = 9977

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136893 9977 9977 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8568/artifact/log/WDIO.xunit-2021-10-09T11-04-55-929Z.xml Page 1633799097 0.859 17 0 0 17
136894 9977 9977 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8568/artifact/log/WDIO.xunit-2021-10-09T11-05-00-353Z.xml Special RecentChanges 1633799102 0.84 2 0 0 2
136895 9977 9977 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8568/artifact/log/WDIO.xunit-2021-10-09T11-05-04-720Z.xml User 1633799106 5.915 2 0 0 0
136896 9977 9977 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8568/artifact/log/WDIO.xunit-2021-10-09T11-05-14-050Z.xml Special Watchlist 1633799115 2.626 2 0 0 2
136897 9977 9977 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8568/artifact/log/WDIO.xunit-2021-10-09T11-05-20-263Z.xml BlankPage 1633799121 0.747 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 1585.754ms