home / tests

testsuites

5 rows where build_id = 10473

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: skipped

id ▼ build_id url name timestamp time tests failures errors skipped
140936 10473 10473 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8572/artifact/log/WDIO.xunit-2021-10-10T16-52-00-588Z.xml Page 1633906321 0.683 17 0 0 17
140937 10473 10473 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8572/artifact/log/WDIO.xunit-2021-10-10T16-52-03-564Z.xml Special RecentChanges 1633906324 0.597 2 0 0 2
140938 10473 10473 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8572/artifact/log/WDIO.xunit-2021-10-10T16-52-06-450Z.xml User 1633906327 4.603 2 0 0 0
140939 10473 10473 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8572/artifact/log/WDIO.xunit-2021-10-10T16-52-13-393Z.xml Special Watchlist 1633906334 2.192 2 0 0 2
140940 10473 10473 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8572/artifact/log/WDIO.xunit-2021-10-10T16-52-17-867Z.xml BlankPage 1633906338 0.782 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 1454.272ms