home / tests

testsuites

5 rows where build_id = 20724

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243780 20724 20724 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8541/artifact/log/WDIO.xunit-2024-05-09T18-19-21-302Z.xml Page 1715300362 23.221 9 0 0 0
243781 20724 20724 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8541/artifact/log/WDIO.xunit-2024-05-09T18-19-21-356Z.xml Special Watchlist 1715300362 0.655 1 0 0 1
243782 20724 20724 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8541/artifact/log/WDIO.xunit-2024-05-09T18-19-21-359Z.xml Special RecentChanges 1715300362 3.822 1 0 0 0
243783 20724 20724 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8541/artifact/log/WDIO.xunit-2024-05-09T18-19-21-371Z.xml User 1715300362 5.709 2 0 0 0
243784 20724 20724 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8541/artifact/log/WDIO.xunit-2024-05-09T18-19-24-138Z.xml BlankPage 1715300365 0.769 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 1734.922ms