home / tests

testsuites

5 rows where build_id = 17841

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207523 17841 17841 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1761/artifact/log/WDIO.xunit-2024-01-24T23-08-41-960Z.xml User 1706162923 8.636 2 0 0 0
207524 17841 17841 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1761/artifact/log/WDIO.xunit-2024-01-24T23-08-42-037Z.xml Special RecentChanges 1706162923 5.028 1 0 0 0
207525 17841 17841 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1761/artifact/log/WDIO.xunit-2024-01-24T23-08-42-110Z.xml Page 1706162923 28.425 9 0 0 0
207526 17841 17841 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1761/artifact/log/WDIO.xunit-2024-01-24T23-08-42-139Z.xml Special Watchlist 1706162923 0.508 1 0 0 1
207527 17841 17841 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-docker/1761/artifact/log/WDIO.xunit-2024-01-24T23-08-45-316Z.xml BlankPage 1706162927 1.456 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 1870.565ms