home / tests

testsuites

5 rows where build_id = 22229

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254311 22229 22229 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/627/artifact/log/WDIO.xunit-2024-06-16T14-33-28-543Z.xml Special RecentChanges 1718570009 3.081 1 0 0 0
254312 22229 22229 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/627/artifact/log/WDIO.xunit-2024-06-16T14-33-28-577Z.xml Special Watchlist 1718570009 0.438 1 0 0 1
254313 22229 22229 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/627/artifact/log/WDIO.xunit-2024-06-16T14-33-28-578Z.xml Page 1718570009 24.803 9 0 0 0
254314 22229 22229 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/627/artifact/log/WDIO.xunit-2024-06-16T14-33-28-583Z.xml User 1718570009 5.14 2 0 0 0
254315 22229 22229 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/627/artifact/log/WDIO.xunit-2024-06-16T14-33-30-894Z.xml BlankPage 1718570011 0.88 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 1604.247ms