home / tests

testsuites

5 rows where build_id = 9966

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136835 9966 9966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23782/artifact/log/WDIO.xunit-2021-10-09T10-27-39-623Z.xml Page 1633796861 0.895 17 0 0 17
136836 9966 9966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23782/artifact/log/WDIO.xunit-2021-10-09T10-27-44-144Z.xml Special RecentChanges 1633796865 0.813 2 0 0 2
136837 9966 9966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23782/artifact/log/WDIO.xunit-2021-10-09T10-27-48-609Z.xml User 1633796870 11.291 2 0 0 0
136838 9966 9966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23782/artifact/log/WDIO.xunit-2021-10-09T10-28-03-564Z.xml Special Watchlist 1633796885 3.061 2 0 0 2
136839 9966 9966 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23782/artifact/log/WDIO.xunit-2021-10-09T10-28-10-140Z.xml BlankPage 1633796891 0.909 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 1601.187ms