home / tests

testsuites

4 rows where build_id = 22517

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257674 22517 22517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/950/artifact/log/WDIO.xunit-2024-06-16T12-09-18-179Z.xml User 1718561359 6.226 2 0 0 0
257675 22517 22517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/950/artifact/log/WDIO.xunit-2024-06-16T12-09-18-201Z.xml Page 1718561359 23.808 9 0 0 0
257676 22517 22517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/950/artifact/log/WDIO.xunit-2024-06-16T12-09-18-300Z.xml Special RecentChanges 1718561359 3.929 1 0 0 0
257677 22517 22517 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/950/artifact/log/WDIO.xunit-2024-06-16T12-09-21-040Z.xml BlankPage 1718561361 0.942 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 1630.977ms