home / tests

testsuites

5 rows where build_id = 10499

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
141061 10499 10499 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7871/artifact/log/WDIO.xunit-2021-10-10T18-30-13-616Z.xml Page 1633912214 0.674 17 0 0 17
141062 10499 10499 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7871/artifact/log/WDIO.xunit-2021-10-10T18-30-16-710Z.xml Special RecentChanges 1633912217 0.609 2 0 0 2
141063 10499 10499 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7871/artifact/log/WDIO.xunit-2021-10-10T18-30-19-643Z.xml User 1633912220 6.59 2 0 0 0
141064 10499 10499 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7871/artifact/log/WDIO.xunit-2021-10-10T18-30-28-680Z.xml Special Watchlist 1633912229 2.235 2 0 0 2
141065 10499 10499 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7871/artifact/log/WDIO.xunit-2021-10-10T18-30-33-184Z.xml BlankPage 1633912234 0.591 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 1610.787ms