home / tests

testsuites

5 rows where build_id = 9993

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136973 9993 9993 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8546/artifact/log/WDIO.xunit-2021-10-09T10-47-34-064Z.xml Page 1633798055 0.672 17 0 0 17
136974 9993 9993 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8546/artifact/log/WDIO.xunit-2021-10-09T10-47-37-080Z.xml Special RecentChanges 1633798058 0.562 2 0 0 2
136975 9993 9993 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8546/artifact/log/WDIO.xunit-2021-10-09T10-47-40-030Z.xml User 1633798061 5.583 2 0 0 0
136976 9993 9993 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8546/artifact/log/WDIO.xunit-2021-10-09T10-47-48-000Z.xml Special Watchlist 1633798069 2.494 2 0 0 2
136977 9993 9993 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8546/artifact/log/WDIO.xunit-2021-10-09T10-47-52-838Z.xml BlankPage 1633798073 0.652 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 1587.431ms