home / tests

testsuites

5 rows where build_id = 9980

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136908 9980 9980 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8565/artifact/log/WDIO.xunit-2021-10-09T10-59-42-525Z.xml Page 1633798783 0.78 17 0 0 17
136909 9980 9980 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8565/artifact/log/WDIO.xunit-2021-10-09T10-59-45-827Z.xml Special RecentChanges 1633798786 0.64 2 0 0 2
136910 9980 9980 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8565/artifact/log/WDIO.xunit-2021-10-09T10-59-48-869Z.xml User 1633798790 5.244 2 0 0 0
136911 9980 9980 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8565/artifact/log/WDIO.xunit-2021-10-09T10-59-57-046Z.xml Special Watchlist 1633798798 2.49 2 0 0 2
136912 9980 9980 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8565/artifact/log/WDIO.xunit-2021-10-09T11-00-02-120Z.xml BlankPage 1633798803 7.29 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 1561.071ms