home / tests

testsuites

5 rows where build_id = 9899

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136498 9899 9899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15284/artifact/log/WDIO.xunit-2021-10-09T10-22-19-845Z.xml Page 1633796541 0.739 17 0 0 17
136499 9899 9899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15284/artifact/log/WDIO.xunit-2021-10-09T10-22-23-115Z.xml Special RecentChanges 1633796544 0.66 2 0 0 2
136500 9899 9899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15284/artifact/log/WDIO.xunit-2021-10-09T10-22-26-353Z.xml User 1633796547 5.02 2 0 0 0
136501 9899 9899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15284/artifact/log/WDIO.xunit-2021-10-09T10-22-33-938Z.xml Special Watchlist 1633796555 2.259 2 0 0 2
136502 9899 9899 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15284/artifact/log/WDIO.xunit-2021-10-09T10-22-38-746Z.xml BlankPage 1633796560 0.566 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 1540.376ms