home / tests

testsuites

5 rows where build_id = 22299

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254652 22299 22299 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3422/artifact/log/WDIO.xunit-2024-06-17T16-32-45-334Z.xml Special RecentChanges 1718663566 3.783 1 0 0 0
254653 22299 22299 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3422/artifact/log/WDIO.xunit-2024-06-17T16-32-45-380Z.xml User 1718663566 6.34 2 0 0 0
254654 22299 22299 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3422/artifact/log/WDIO.xunit-2024-06-17T16-32-45-389Z.xml Page 1718663566 23.63 9 0 0 0
254655 22299 22299 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3422/artifact/log/WDIO.xunit-2024-06-17T16-32-45-513Z.xml Special Watchlist 1718663566 0.754 1 0 0 1
254656 22299 22299 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3422/artifact/log/WDIO.xunit-2024-06-17T16-32-48-221Z.xml BlankPage 1718663569 0.704 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 2164.094ms