home / tests

testsuites

5 rows where build_id = 20468

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239345 20468 20468 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1242/artifact/log/WDIO.xunit-2024-05-08T13-47-14-203Z.xml Page 1715197635 24.881 9 0 0 0
239346 20468 20468 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1242/artifact/log/WDIO.xunit-2024-05-08T13-47-14-246Z.xml Special Watchlist 1715197635 0.771 1 0 0 1
239347 20468 20468 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1242/artifact/log/WDIO.xunit-2024-05-08T13-47-14-262Z.xml Special RecentChanges 1715197635 4.53 1 0 0 0
239348 20468 20468 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1242/artifact/log/WDIO.xunit-2024-05-08T13-47-14-309Z.xml User 1715197635 7.282 2 0 0 0
239349 20468 20468 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1242/artifact/log/WDIO.xunit-2024-05-08T13-47-17-158Z.xml BlankPage 1715197638 1.116 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 1640.96ms