home / tests

testsuites

5 rows where build_id = 22571

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258381 22571 22571 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/159/artifact/log/WDIO.xunit-2024-06-16T15-02-53-991Z.xml Page 1718571774 21.694 9 0 0 0
258382 22571 22571 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/159/artifact/log/WDIO.xunit-2024-06-16T15-02-53-993Z.xml Special RecentChanges 1718571774 2.943 1 0 0 0
258383 22571 22571 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/159/artifact/log/WDIO.xunit-2024-06-16T15-02-53-994Z.xml User 1718571774 5.579 2 0 0 0
258384 22571 22571 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/159/artifact/log/WDIO.xunit-2024-06-16T15-02-54-016Z.xml Special Watchlist 1718571774 0.414 1 0 0 1
258385 22571 22571 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/159/artifact/log/WDIO.xunit-2024-06-16T15-02-56-198Z.xml BlankPage 1718571777 0.771 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 1775.509ms