home / tests

testsuites

5 rows where build_id = 20775

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244571 20775 20775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8488/artifact/log/WDIO.xunit-2024-05-09T15-16-39-564Z.xml Special Watchlist 1715289400 0.873 1 0 0 1
244572 20775 20775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8488/artifact/log/WDIO.xunit-2024-05-09T15-16-39-588Z.xml User 1715289400 9.043 2 0 0 0
244573 20775 20775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8488/artifact/log/WDIO.xunit-2024-05-09T15-16-39-597Z.xml Page 1715289401 24.896 9 0 0 0
244574 20775 20775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8488/artifact/log/WDIO.xunit-2024-05-09T15-16-39-598Z.xml Special RecentChanges 1715289400 3.892 1 0 0 0
244575 20775 20775 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8488/artifact/log/WDIO.xunit-2024-05-09T15-16-42-352Z.xml BlankPage 1715289403 1.015 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 1610.677ms