home / tests

testsuites

5 rows where build_id = 6527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
87798 6527 6527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8515/artifact/log/WDIO.xunit-2021-10-05T23-38-24-903Z.xml Page 1633498706 0.922 17 0 0 17
87799 6527 6527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8515/artifact/log/WDIO.xunit-2021-10-05T23-38-29-378Z.xml Special RecentChanges 1633498711 0.857 2 0 0 2
87800 6527 6527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8515/artifact/log/WDIO.xunit-2021-10-05T23-38-33-850Z.xml User 1633498715 5.988 2 0 0 0
87801 6527 6527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8515/artifact/log/WDIO.xunit-2021-10-05T23-38-43-535Z.xml Special Watchlist 1633498725 2.863 2 0 0 2
87802 6527 6527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8515/artifact/log/WDIO.xunit-2021-10-05T23-38-49-977Z.xml BlankPage 1633498731 0.727 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 1663.67ms