home / tests

testsuites

5 rows where build_id = 22219

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254261 22219 22219 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/637/artifact/log/WDIO.xunit-2024-06-16T14-43-11-108Z.xml User 1718570592 5.401 2 0 0 0
254262 22219 22219 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/637/artifact/log/WDIO.xunit-2024-06-16T14-43-11-111Z.xml Page 1718570592 0.526 17 0 0 17
254263 22219 22219 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/637/artifact/log/WDIO.xunit-2024-06-16T14-43-11-114Z.xml Special Watchlist 1718570592 1.206 2 0 0 2
254264 22219 22219 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/637/artifact/log/WDIO.xunit-2024-06-16T14-43-11-124Z.xml Special RecentChanges 1718570592 0.776 2 0 0 2
254265 22219 22219 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74/637/artifact/log/WDIO.xunit-2024-06-16T14-43-13-466Z.xml BlankPage 1718570594 0.636 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 1716.113ms