home / tests

testsuites

5 rows where build_id = 22300

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
254657 22300 22300 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3421/artifact/log/WDIO.xunit-2024-06-17T15-02-55-640Z.xml Special Watchlist 1718658177 0.583 1 0 0 1
254658 22300 22300 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3421/artifact/log/WDIO.xunit-2024-06-17T15-02-55-644Z.xml Page 1718658177 25.045 9 0 0 0
254659 22300 22300 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3421/artifact/log/WDIO.xunit-2024-06-17T15-02-55-648Z.xml Special RecentChanges 1718658176 4.906 1 0 0 0
254660 22300 22300 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3421/artifact/log/WDIO.xunit-2024-06-17T15-02-55-670Z.xml User 1718658177 6.476 2 0 0 0
254661 22300 22300 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/3421/artifact/log/WDIO.xunit-2024-06-17T15-02-58-653Z.xml BlankPage 1718658180 0.96 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 1632.489ms