home / tests

testsuites

5 rows where build_id = 22233

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254330 22233 22233 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/623/artifact/log/WDIO.xunit-2024-06-16T14-28-02-860Z.xml Page 1718569684 23.161 9 0 0 0
254331 22233 22233 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/623/artifact/log/WDIO.xunit-2024-06-16T14-28-02-946Z.xml User 1718569684 5.614 2 0 0 0
254332 22233 22233 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/623/artifact/log/WDIO.xunit-2024-06-16T14-28-02-952Z.xml Special RecentChanges 1718569684 2.581 1 0 0 0
254333 22233 22233 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/623/artifact/log/WDIO.xunit-2024-06-16T14-28-02-991Z.xml Special Watchlist 1718569684 0.491 1 0 0 1
254334 22233 22233 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/623/artifact/log/WDIO.xunit-2024-06-16T14-28-05-491Z.xml BlankPage 1718569686 0.633 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 1612.999ms