home / tests

testsuites

5 rows where build_id = 22519

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257683 22519 22519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/948/artifact/log/WDIO.xunit-2024-06-16T12-02-46-823Z.xml Special RecentChanges 1718560967 4.881 1 0 0 0
257684 22519 22519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/948/artifact/log/WDIO.xunit-2024-06-16T12-02-46-872Z.xml Special Watchlist 1718560967 0.883 1 0 0 1
257685 22519 22519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/948/artifact/log/WDIO.xunit-2024-06-16T12-02-46-881Z.xml User 1718560968 7.818 2 0 0 0
257686 22519 22519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/948/artifact/log/WDIO.xunit-2024-06-16T12-02-46-953Z.xml Page 1718560967 27.332 9 0 0 0
257687 22519 22519 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/948/artifact/log/WDIO.xunit-2024-06-16T12-02-49-945Z.xml BlankPage 1718560971 1.22 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 1633.928ms