home / tests

testsuites

5 rows where build_id = 22209

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254214 22209 22209 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/647/artifact/log/WDIO.xunit-2024-06-16T14-52-53-595Z.xml Page 1718571174 20.993 9 0 0 0
254215 22209 22209 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/647/artifact/log/WDIO.xunit-2024-06-16T14-52-53-605Z.xml Special Watchlist 1718571174 0.581 1 0 0 1
254216 22209 22209 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/647/artifact/log/WDIO.xunit-2024-06-16T14-52-53-628Z.xml Special RecentChanges 1718571175 2.301 1 0 0 0
254217 22209 22209 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/647/artifact/log/WDIO.xunit-2024-06-16T14-52-53-814Z.xml User 1718571174 4.992 2 0 0 0
254218 22209 22209 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/647/artifact/log/WDIO.xunit-2024-06-16T14-52-55-864Z.xml BlankPage 1718571176 0.667 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 1620.837ms