home / tests

testsuites

5 rows where build_id = 12955

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
175665 12955 12955 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15293/artifact/log/WDIO.xunit-2021-10-16T11-24-07-523Z.xml Page 1634405049 0.73 17 0 0 17
175666 12955 12955 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15293/artifact/log/WDIO.xunit-2021-10-16T11-24-11-106Z.xml Special RecentChanges 1634405052 0.643 2 0 0 2
175667 12955 12955 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15293/artifact/log/WDIO.xunit-2021-10-16T11-24-14-714Z.xml User 1634405056 4.819 2 0 0 0
175668 12955 12955 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15293/artifact/log/WDIO.xunit-2021-10-16T11-24-22-577Z.xml Special Watchlist 1634405063 2.142 2 0 0 2
175669 12955 12955 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15293/artifact/log/WDIO.xunit-2021-10-16T11-24-27-271Z.xml BlankPage 1634405068 0.615 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 1621.393ms