home / tests

testsuites

5 rows where build_id = 6359

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
85339 6359 6359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8511/artifact/log/WDIO.xunit-2021-10-05T19-05-22-389Z.xml Page 1633482323 0.765 17 0 0 17
85340 6359 6359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8511/artifact/log/WDIO.xunit-2021-10-05T19-05-25-600Z.xml Special RecentChanges 1633482326 0.626 2 0 0 2
85341 6359 6359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8511/artifact/log/WDIO.xunit-2021-10-05T19-05-28-636Z.xml User 1633482329 5.573 2 0 0 0
85342 6359 6359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8511/artifact/log/WDIO.xunit-2021-10-05T19-05-36-604Z.xml Special Watchlist 1633482337 2.57 2 0 0 2
85343 6359 6359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8511/artifact/log/WDIO.xunit-2021-10-05T19-05-41-506Z.xml BlankPage 1633482342 0.629 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 1565.088ms