home / tests

testsuites

5 rows where build_id = 17839

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207478 17839 17839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1763/artifact/log/WDIO.xunit-2024-01-29T15-41-15-284Z.xml Special RecentChanges 1706568076 3.573 1 0 0 0
207479 17839 17839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1763/artifact/log/WDIO.xunit-2024-01-29T15-41-15-303Z.xml Page 1706568076 25.922 9 0 0 0
207480 17839 17839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1763/artifact/log/WDIO.xunit-2024-01-29T15-41-15-366Z.xml User 1706568076 6.083 2 0 0 0
207481 17839 17839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1763/artifact/log/WDIO.xunit-2024-01-29T15-41-15-370Z.xml Special Watchlist 1706568076 0.423 1 0 0 1
207482 17839 17839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1763/artifact/log/WDIO.xunit-2024-01-29T15-41-18-121Z.xml BlankPage 1706568079 1.082 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 2333.495ms