home / tests

testsuites

5 rows where build_id = 22424

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
255629 22424 22424 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/514/artifact/log/WDIO.xunit-2024-06-16T13-44-09-276Z.xml Page 1718567050 22.574 9 0 0 0
255630 22424 22424 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/514/artifact/log/WDIO.xunit-2024-06-16T13-44-09-278Z.xml User 1718567050 5.148 2 0 0 0
255631 22424 22424 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/514/artifact/log/WDIO.xunit-2024-06-16T13-44-09-281Z.xml Special Watchlist 1718567050 0.444 1 0 0 1
255632 22424 22424 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/514/artifact/log/WDIO.xunit-2024-06-16T13-44-09-316Z.xml Special RecentChanges 1718567050 2.836 1 0 0 0
255633 22424 22424 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81/514/artifact/log/WDIO.xunit-2024-06-16T13-44-11-679Z.xml BlankPage 1718567052 0.773 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 1505.741ms