home / tests

testsuites

5 rows where build_id = 879

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4705 879 879 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8489/artifact/log/WDIO.xunit-2021-09-27T19-24-21-867Z.xml Page 1632792263 0.839 17 0 0 17
4706 879 879 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8489/artifact/log/WDIO.xunit-2021-09-27T19-24-26-211Z.xml Special RecentChanges 1632792267 0.767 2 0 0 2
4707 879 879 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8489/artifact/log/WDIO.xunit-2021-09-27T19-24-30-479Z.xml User 1632792272 7.115 2 0 0 0
4708 879 879 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8489/artifact/log/WDIO.xunit-2021-09-27T19-24-41-047Z.xml Special Watchlist 1632792282 2.692 2 0 0 2
4709 879 879 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8489/artifact/log/WDIO.xunit-2021-09-27T19-24-47-195Z.xml BlankPage 1632792288 0.802 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 1511.114ms