home / tests

testsuites

5 rows where build_id = 6996

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
95586 6996 6996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23764/artifact/log/WDIO.xunit-2021-10-06T15-36-57-996Z.xml Page 1633556219 0.772 17 0 0 17
95587 6996 6996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23764/artifact/log/WDIO.xunit-2021-10-06T15-37-01-195Z.xml Special RecentChanges 1633556222 0.68 2 0 0 2
95588 6996 6996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23764/artifact/log/WDIO.xunit-2021-10-06T15-37-04-687Z.xml User 1633556225 5.564 2 0 0 0
95589 6996 6996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23764/artifact/log/WDIO.xunit-2021-10-06T15-37-12-639Z.xml Special Watchlist 1633556233 2.464 2 0 0 2
95590 6996 6996 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23764/artifact/log/WDIO.xunit-2021-10-06T15-37-17-560Z.xml BlankPage 1633556238 0.705 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 1559.347ms