home / tests

testsuites

5 rows where build_id = 9749

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135337 9749 9749 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1564/artifact/log/WDIO.xunit-2021-10-09T06-34-32-642Z.xml Page 1633782874 0.796 17 0 0 17
135338 9749 9749 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1564/artifact/log/WDIO.xunit-2021-10-09T06-34-36-448Z.xml Special RecentChanges 1633782878 0.761 2 0 0 2
135339 9749 9749 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1564/artifact/log/WDIO.xunit-2021-10-09T06-34-40-316Z.xml User 1633782881 8.089 2 0 0 0
135340 9749 9749 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1564/artifact/log/WDIO.xunit-2021-10-09T06-34-51-425Z.xml Special Watchlist 1633782892 2.615 2 0 0 2
135341 9749 9749 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1564/artifact/log/WDIO.xunit-2021-10-09T06-34-56-607Z.xml BlankPage 1633782897 0.664 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 1578.281ms