home / tests

testsuites

5 rows where build_id = 20501

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239784 20501 20501 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1202/artifact/log/WDIO.xunit-2024-05-06T10-05-09-888Z.xml Special Watchlist 1715011511 0.878 1 0 0 1
239785 20501 20501 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1202/artifact/log/WDIO.xunit-2024-05-06T10-05-10-004Z.xml Page 1715011511 34.553 9 0 0 0
239786 20501 20501 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1202/artifact/log/WDIO.xunit-2024-05-06T10-05-10-076Z.xml Special RecentChanges 1715011511 6.792 1 0 0 0
239787 20501 20501 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1202/artifact/log/WDIO.xunit-2024-05-06T10-05-10-105Z.xml User 1715011511 11.121 2 0 0 0
239788 20501 20501 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1202/artifact/log/WDIO.xunit-2024-05-06T10-05-14-178Z.xml BlankPage 1715011515 2.001 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 1653.637ms