home / tests

testsuites

5 rows where build_id = 3660

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
46886 3660 3660 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23754/artifact/log/WDIO.xunit-2021-09-30T23-03-21-214Z.xml Page 1633064603 0.802 17 0 0 17
46887 3660 3660 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23754/artifact/log/WDIO.xunit-2021-09-30T23-03-25-649Z.xml Special RecentChanges 1633064607 0.771 2 0 0 2
46888 3660 3660 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23754/artifact/log/WDIO.xunit-2021-09-30T23-03-29-859Z.xml User 1633064611 14.405 2 0 0 0
46889 3660 3660 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23754/artifact/log/WDIO.xunit-2021-09-30T23-03-47-551Z.xml Special Watchlist 1633064629 2.807 2 0 0 2
46890 3660 3660 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23754/artifact/log/WDIO.xunit-2021-09-30T23-03-53-788Z.xml BlankPage 1633064635 0.775 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 5927.486ms