home / tests

testsuites

5 rows where build_id = 15148

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192566 15148 15148 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67311/artifact/log/WDIO.xunit-2023-09-26T17-45-28-723Z.xml Special RecentChanges 1695771930 5.305 1 0 0 0
192567 15148 15148 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67311/artifact/log/WDIO.xunit-2023-09-26T17-45-28-785Z.xml User 1695771930 9.013 2 0 0 0
192568 15148 15148 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67311/artifact/log/WDIO.xunit-2023-09-26T17-45-28-855Z.xml Page 1695771930 26.688 9 0 0 0
192569 15148 15148 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67311/artifact/log/WDIO.xunit-2023-09-26T17-45-28-917Z.xml Special Watchlist 1695771930 0.562 1 0 0 1
192570 15148 15148 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67311/artifact/log/WDIO.xunit-2023-09-26T17-45-31-998Z.xml BlankPage 1695771933 1.377 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 1540.366ms