home / tests

testsuites

5 rows where build_id = 3494

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
44394 3494 3494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23753/artifact/log/WDIO.xunit-2021-09-30T18-44-45-677Z.xml Page 1633049087 0.882 17 0 0 17
44395 3494 3494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23753/artifact/log/WDIO.xunit-2021-09-30T18-44-50-179Z.xml Special RecentChanges 1633049091 0.787 2 0 0 2
44396 3494 3494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23753/artifact/log/WDIO.xunit-2021-09-30T18-44-54-561Z.xml User 1633049096 6.85 2 0 0 0
44397 3494 3494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23753/artifact/log/WDIO.xunit-2021-09-30T18-45-04-756Z.xml Special Watchlist 1633049106 2.512 2 0 0 2
44398 3494 3494 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23753/artifact/log/WDIO.xunit-2021-09-30T18-45-10-616Z.xml BlankPage 1633049112 0.803 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 1566.87ms