home / tests

testsuites

5 rows where build_id = 15195

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193601 15195 15195 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1988/artifact/log/WDIO.xunit-2023-09-21T20-21-06-383Z.xml Page 1695349268 32.588 9 0 0 0
193602 15195 15195 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1988/artifact/log/WDIO.xunit-2023-09-21T20-21-06-439Z.xml User 1695349268 12.308 2 0 0 0
193603 15195 15195 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1988/artifact/log/WDIO.xunit-2023-09-21T20-21-06-477Z.xml Special Watchlist 1695349267 0.978 1 0 0 1
193604 15195 15195 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1988/artifact/log/WDIO.xunit-2023-09-21T20-21-06-660Z.xml Special RecentChanges 1695349268 7.228 1 0 0 0
193605 15195 15195 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php80-docker/1988/artifact/log/WDIO.xunit-2023-09-21T20-21-10-318Z.xml BlankPage 1695349273 2.354 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 1620.401ms