home / tests

testsuites

5 rows where build_id = 9741

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135297 9741 9741 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1592/artifact/log/WDIO.xunit-2021-10-09T06-53-54-716Z.xml Page 1633784036 0.868 17 0 0 17
135298 9741 9741 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1592/artifact/log/WDIO.xunit-2021-10-09T06-53-58-940Z.xml Special RecentChanges 1633784040 0.748 2 0 0 2
135299 9741 9741 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1592/artifact/log/WDIO.xunit-2021-10-09T06-54-02-954Z.xml User 1633784044 5.807 2 0 0 0
135300 9741 9741 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1592/artifact/log/WDIO.xunit-2021-10-09T06-54-12-153Z.xml Special Watchlist 1633784053 2.621 2 0 0 2
135301 9741 9741 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1592/artifact/log/WDIO.xunit-2021-10-09T06-54-18-156Z.xml BlankPage 1633784059 0.726 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 1592.854ms