home / tests

testsuites

4 rows where build_id = 18897

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218623 18897 18897 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6458/artifact/log/WDIO.xunit-2024-02-10T05-18-32-950Z.xml Page 1707567514 19.724 9 0 0 0
218624 18897 18897 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6458/artifact/log/WDIO.xunit-2024-02-10T05-18-32-956Z.xml User 1707567514 4.21 2 0 0 0
218625 18897 18897 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6458/artifact/log/WDIO.xunit-2024-02-10T05-18-32-966Z.xml Special RecentChanges 1707567514 2.537 1 0 0 0
218626 18897 18897 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6458/artifact/log/WDIO.xunit-2024-02-10T05-18-35-291Z.xml BlankPage 1707567516 0.638 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 1619.828ms