home / tests

testsuites

5 rows where build_id = 20526

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239919 20526 20526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1172/artifact/log/WDIO.xunit-2024-05-05T20-12-45-563Z.xml Page 1714961566 28.751 9 0 0 0
239920 20526 20526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1172/artifact/log/WDIO.xunit-2024-05-05T20-12-45-570Z.xml User 1714961566 9.944 2 0 0 0
239921 20526 20526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1172/artifact/log/WDIO.xunit-2024-05-05T20-12-45-663Z.xml Special RecentChanges 1714961566 5.944 1 0 0 0
239922 20526 20526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1172/artifact/log/WDIO.xunit-2024-05-05T20-12-45-682Z.xml Special Watchlist 1714961566 0.796 1 0 0 1
239923 20526 20526 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1172/artifact/log/WDIO.xunit-2024-05-05T20-12-48-903Z.xml BlankPage 1714961570 1.263 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 1606.835ms