home / tests

testsuites

5 rows where build_id = 20631

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242749 20631 20631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/448/artifact/log/WDIO.xunit-2024-05-09T19-57-40-384Z.xml Special RecentChanges 1715306261 3.246 1 0 0 0
242750 20631 20631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/448/artifact/log/WDIO.xunit-2024-05-09T19-57-40-390Z.xml Page 1715306261 25.013 9 0 0 0
242751 20631 20631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/448/artifact/log/WDIO.xunit-2024-05-09T19-57-40-459Z.xml Special Watchlist 1715306261 0.419 1 0 0 1
242752 20631 20631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/448/artifact/log/WDIO.xunit-2024-05-09T19-57-40-485Z.xml User 1715306261 6.213 2 0 0 0
242753 20631 20631 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/448/artifact/log/WDIO.xunit-2024-05-09T19-57-43-294Z.xml BlankPage 1715306264 1.523 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 1773.354ms