home / tests

testsuites

5 rows where build_id = 20452

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239114 20452 20452 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1261/artifact/log/WDIO.xunit-2024-05-09T14-29-32-089Z.xml Page 1715286573 55.369 9 0 0 0
239115 20452 20452 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1261/artifact/log/WDIO.xunit-2024-05-09T14-29-32-120Z.xml User 1715286573 9.485 2 0 0 0
239116 20452 20452 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1261/artifact/log/WDIO.xunit-2024-05-09T14-29-32-160Z.xml Special RecentChanges 1715286573 5.443 1 0 0 0
239117 20452 20452 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1261/artifact/log/WDIO.xunit-2024-05-09T14-29-32-184Z.xml Special Watchlist 1715286573 0.91 1 0 0 1
239118 20452 20452 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1261/artifact/log/WDIO.xunit-2024-05-09T14-29-36-122Z.xml BlankPage 1715286578 1.1 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 1628.838ms