home / tests

testsuites

5 rows where build_id = 9979

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136903 9979 9979 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8566/artifact/log/WDIO.xunit-2021-10-09T10-59-38-011Z.xml Page 1633798779 0.692 17 0 0 17
136904 9979 9979 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8566/artifact/log/WDIO.xunit-2021-10-09T10-59-41-234Z.xml Special RecentChanges 1633798782 0.633 2 0 0 2
136905 9979 9979 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8566/artifact/log/WDIO.xunit-2021-10-09T10-59-44-339Z.xml User 1633798785 5.664 2 0 0 0
136906 9979 9979 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8566/artifact/log/WDIO.xunit-2021-10-09T10-59-52-475Z.xml Special Watchlist 1633798793 2.291 2 0 0 2
136907 9979 9979 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8566/artifact/log/WDIO.xunit-2021-10-09T10-59-57-242Z.xml BlankPage 1633798798 0.597 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 1584.591ms