home / tests

testsuites

5 rows where build_id = 20593

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242121 20593 20593 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/236/artifact/log/WDIO.xunit-2024-05-03T21-39-06-746Z.xml Special RecentChanges 1714793948 5.778 1 0 0 0
242122 20593 20593 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/236/artifact/log/WDIO.xunit-2024-05-03T21-39-06-799Z.xml Special Watchlist 1714793948 0.918 1 0 0 1
242123 20593 20593 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/236/artifact/log/WDIO.xunit-2024-05-03T21-39-06-858Z.xml Page 1714793948 27.152 9 0 0 0
242124 20593 20593 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/236/artifact/log/WDIO.xunit-2024-05-03T21-39-06-876Z.xml User 1714793948 8.367 2 0 0 0
242125 20593 20593 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/236/artifact/log/WDIO.xunit-2024-05-03T21-39-10-656Z.xml BlankPage 1714793952 1.093 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.388ms