home / tests

testsuites

4 rows where build_id = 17568

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
203846 17568 17568 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/11212/artifact/log/WDIO.xunit-2024-01-30T07-54-55-892Z.xml User 1706626497 7.18 2 0 0 0
203847 17568 17568 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/11212/artifact/log/WDIO.xunit-2024-01-30T07-54-55-917Z.xml Special RecentChanges 1706626497 3.675 1 0 0 0
203848 17568 17568 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/11212/artifact/log/WDIO.xunit-2024-01-30T07-54-55-953Z.xml Special Watchlist 1706626497 0.921 1 0 0 1
203849 17568 17568 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/11212/artifact/log/WDIO.xunit-2024-01-30T07-54-58-939Z.xml BlankPage 1706626500 1.151 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 1645.532ms