home / tests

testsuites

5 rows where build_id = 20594

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242126 20594 20594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/235/artifact/log/WDIO.xunit-2024-05-03T21-31-40-974Z.xml User 1714793502 11.49 2 0 0 0
242127 20594 20594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/235/artifact/log/WDIO.xunit-2024-05-03T21-31-41-074Z.xml Page 1714793502 30.951 9 0 0 0
242128 20594 20594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/235/artifact/log/WDIO.xunit-2024-05-03T21-31-41-106Z.xml Special Watchlist 1714793502 0.847 1 0 0 1
242129 20594 20594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/235/artifact/log/WDIO.xunit-2024-05-03T21-31-41-130Z.xml Special RecentChanges 1714793502 6.003 1 0 0 0
242130 20594 20594 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/235/artifact/log/WDIO.xunit-2024-05-03T21-31-45-933Z.xml BlankPage 1714793508 1.827 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 1642.236ms