home / tests

testsuites

5 rows where build_id = 9748

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
135332 9748 9748 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1569/artifact/log/WDIO.xunit-2021-10-09T06-38-03-088Z.xml Page 1633783084 0.714 17 0 0 17
135333 9748 9748 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1569/artifact/log/WDIO.xunit-2021-10-09T06-38-06-251Z.xml Special RecentChanges 1633783087 0.65 2 0 0 2
135334 9748 9748 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1569/artifact/log/WDIO.xunit-2021-10-09T06-38-09-222Z.xml User 1633783090 5.195 2 0 0 0
135335 9748 9748 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1569/artifact/log/WDIO.xunit-2021-10-09T06-38-16-700Z.xml Special Watchlist 1633783097 2.45 2 0 0 2
135336 9748 9748 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1569/artifact/log/WDIO.xunit-2021-10-09T06-38-21-485Z.xml BlankPage 1633783102 0.666 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 1213.223ms