home / tests

testsuites

5 rows where build_id = 20491

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239709 20491 20491 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1212/artifact/log/WDIO.xunit-2024-05-07T11-40-47-701Z.xml Special RecentChanges 1715103649 5.353 1 0 0 0
239710 20491 20491 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1212/artifact/log/WDIO.xunit-2024-05-07T11-40-47-816Z.xml User 1715103649 9.19 2 0 0 0
239711 20491 20491 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1212/artifact/log/WDIO.xunit-2024-05-07T11-40-48-021Z.xml Page 1715103649 28.288 9 0 0 0
239712 20491 20491 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1212/artifact/log/WDIO.xunit-2024-05-07T11-40-48-084Z.xml Special Watchlist 1715103649 0.634 1 0 0 1
239713 20491 20491 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1212/artifact/log/WDIO.xunit-2024-05-07T11-40-51-710Z.xml BlankPage 1715103653 1.642 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 1637.053ms