home / tests

testsuites

5 rows where build_id = 22234

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254335 22234 22234 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/622/artifact/log/WDIO.xunit-2024-06-16T14-27-46-355Z.xml User 1718569667 4.636 2 0 0 0
254336 22234 22234 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/622/artifact/log/WDIO.xunit-2024-06-16T14-27-46-358Z.xml Special Watchlist 1718569667 1.181 2 0 0 2
254337 22234 22234 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/622/artifact/log/WDIO.xunit-2024-06-16T14-27-46-359Z.xml Page 1718569667 0.58 17 0 0 17
254338 22234 22234 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/622/artifact/log/WDIO.xunit-2024-06-16T14-27-46-405Z.xml Special RecentChanges 1718569667 0.742 2 0 0 2
254339 22234 22234 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/622/artifact/log/WDIO.xunit-2024-06-16T14-27-48-654Z.xml BlankPage 1718569669 0.653 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 1611.462ms