home / tests

testsuites

4 rows where build_id = 22587

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258460 22587 22587 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/143/artifact/log/WDIO.xunit-2024-06-16T14-16-54-886Z.xml Page 1718569015 21.893 9 0 0 0
258461 22587 22587 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/143/artifact/log/WDIO.xunit-2024-06-16T14-16-54-949Z.xml User 1718569015 5.697 2 0 0 0
258462 22587 22587 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/143/artifact/log/WDIO.xunit-2024-06-16T14-16-54-966Z.xml Special RecentChanges 1718569016 2.548 1 0 0 0
258463 22587 22587 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/143/artifact/log/WDIO.xunit-2024-06-16T14-16-57-771Z.xml BlankPage 1718569019 0.769 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 1552.138ms