home / tests

testsuites

5 rows where build_id = 20493

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239719 20493 20493 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1210/artifact/log/WDIO.xunit-2024-05-06T20-20-41-192Z.xml Special Watchlist 1715048442 0.596 1 0 0 1
239720 20493 20493 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1210/artifact/log/WDIO.xunit-2024-05-06T20-20-41-204Z.xml Special RecentChanges 1715048442 4.067 1 0 0 0
239721 20493 20493 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1210/artifact/log/WDIO.xunit-2024-05-06T20-20-41-251Z.xml Page 1715048442 27.715 9 0 0 0
239722 20493 20493 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1210/artifact/log/WDIO.xunit-2024-05-06T20-20-41-255Z.xml User 1715048442 8.732 2 0 0 0
239723 20493 20493 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1210/artifact/log/WDIO.xunit-2024-05-06T20-20-44-389Z.xml BlankPage 1715048445 1.371 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 1655.498ms