home / tests

testsuites

5 rows where build_id = 20518

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239879 20518 20518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1180/artifact/log/WDIO.xunit-2024-05-05T23-37-29-912Z.xml User 1714973850 6.734 2 0 0 0
239880 20518 20518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1180/artifact/log/WDIO.xunit-2024-05-05T23-37-29-914Z.xml Page 1714973850 25.938 9 0 0 0
239881 20518 20518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1180/artifact/log/WDIO.xunit-2024-05-05T23-37-29-953Z.xml Special RecentChanges 1714973850 3.079 1 0 0 0
239882 20518 20518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1180/artifact/log/WDIO.xunit-2024-05-05T23-37-29-963Z.xml Special Watchlist 1714973850 0.7 1 0 0 1
239883 20518 20518 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1180/artifact/log/WDIO.xunit-2024-05-05T23-37-32-259Z.xml BlankPage 1714973853 0.842 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 1634.24ms