home / tests

testsuites

5 rows where build_id = 12954

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
175660 12954 12954 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15294/artifact/log/WDIO.xunit-2021-10-16T11-25-06-400Z.xml Page 1634405108 0.871 17 0 0 17
175661 12954 12954 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15294/artifact/log/WDIO.xunit-2021-10-16T11-25-10-655Z.xml Special RecentChanges 1634405112 0.788 2 0 0 2
175662 12954 12954 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15294/artifact/log/WDIO.xunit-2021-10-16T11-25-14-806Z.xml User 1634405116 5.076 2 0 0 0
175663 12954 12954 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15294/artifact/log/WDIO.xunit-2021-10-16T11-25-23-235Z.xml Special Watchlist 1634405124 2.218 2 0 0 2
175664 12954 12954 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15294/artifact/log/WDIO.xunit-2021-10-16T11-25-28-859Z.xml BlankPage 1634405130 0.629 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 1648.933ms