home / tests

testsuites

4 rows where build_id = 20511

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239845 20511 20511 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1188/artifact/log/WDIO.xunit-2024-05-06T03-25-26-846Z.xml User 1714987528 7.26 2 0 0 0
239846 20511 20511 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1188/artifact/log/WDIO.xunit-2024-05-06T03-25-26-892Z.xml Special RecentChanges 1714987528 4.808 1 0 0 0
239847 20511 20511 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1188/artifact/log/WDIO.xunit-2024-05-06T03-25-26-907Z.xml Page 1714987528 25.362 9 0 0 0
239848 20511 20511 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1188/artifact/log/WDIO.xunit-2024-05-06T03-25-29-788Z.xml BlankPage 1714987531 0.837 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 1546.179ms