home / tests

testsuites

5 rows where build_id = 10002

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137018 10002 10002 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8534/artifact/log/WDIO.xunit-2021-10-09T10-28-12-434Z.xml Page 1633796894 0.825 17 0 0 17
137019 10002 10002 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8534/artifact/log/WDIO.xunit-2021-10-09T10-28-16-355Z.xml Special RecentChanges 1633796897 0.697 2 0 0 2
137020 10002 10002 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8534/artifact/log/WDIO.xunit-2021-10-09T10-28-19-963Z.xml User 1633796901 6.765 2 0 0 0
137021 10002 10002 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8534/artifact/log/WDIO.xunit-2021-10-09T10-28-29-281Z.xml Special Watchlist 1633796910 2.463 2 0 0 2
137022 10002 10002 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8534/artifact/log/WDIO.xunit-2021-10-09T10-28-34-907Z.xml BlankPage 1633796915 0.76 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 1612.527ms