home / tests

testsuites

5 rows where build_id = 9713

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135154 9713 9713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7838/artifact/log/WDIO.xunit-2021-10-09T06-51-46-622Z.xml Page 1633783907 0.794 17 0 0 17
135155 9713 9713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7838/artifact/log/WDIO.xunit-2021-10-09T06-51-49-790Z.xml Special RecentChanges 1633783911 0.69 2 0 0 2
135156 9713 9713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7838/artifact/log/WDIO.xunit-2021-10-09T06-51-53-294Z.xml User 1633783914 5.98 2 0 0 0
135157 9713 9713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7838/artifact/log/WDIO.xunit-2021-10-09T06-52-02-120Z.xml Special Watchlist 1633783923 2.257 2 0 0 2
135158 9713 9713 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7838/artifact/log/WDIO.xunit-2021-10-09T06-52-06-853Z.xml BlankPage 1633783927 0.622 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 1593.774ms