home / tests

testsuites

5 rows where build_id = 22582

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
258435 22582 22582 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/148/artifact/log/WDIO.xunit-2024-06-16T14-30-07-490Z.xml User 1718569808 5.577 2 0 0 0
258436 22582 22582 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/148/artifact/log/WDIO.xunit-2024-06-16T14-30-07-522Z.xml Special RecentChanges 1718569808 2.942 1 0 0 0
258437 22582 22582 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/148/artifact/log/WDIO.xunit-2024-06-16T14-30-07-558Z.xml Page 1718569808 23.309 9 0 0 0
258438 22582 22582 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/148/artifact/log/WDIO.xunit-2024-06-16T14-30-07-587Z.xml Special Watchlist 1718569808 0.503 1 0 0 1
258439 22582 22582 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php82/148/artifact/log/WDIO.xunit-2024-06-16T14-30-09-881Z.xml BlankPage 1718569810 0.675 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 1622.024ms