home / tests

testsuites

5 rows where build_id = 9991

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136963 9991 9991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8548/artifact/log/WDIO.xunit-2021-10-09T10-47-12-818Z.xml Page 1633798034 0.716 17 0 0 17
136964 9991 9991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8548/artifact/log/WDIO.xunit-2021-10-09T10-47-16-024Z.xml Special RecentChanges 1633798037 0.685 2 0 0 2
136965 9991 9991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8548/artifact/log/WDIO.xunit-2021-10-09T10-47-19-150Z.xml User 1633798040 5.731 2 0 0 0
136966 9991 9991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8548/artifact/log/WDIO.xunit-2021-10-09T10-47-27-345Z.xml Special Watchlist 1633798048 2.512 2 0 0 2
136967 9991 9991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8548/artifact/log/WDIO.xunit-2021-10-09T10-47-32-283Z.xml BlankPage 1633798053 0.717 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 1578.585ms