home / tests

testsuites

5 rows where build_id = 22530

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257806 22530 22530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/934/artifact/log/WDIO.xunit-2024-06-16T11-09-37-041Z.xml Special Watchlist 1718557777 0.875 1 0 0 1
257807 22530 22530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/934/artifact/log/WDIO.xunit-2024-06-16T11-09-37-042Z.xml Special RecentChanges 1718557778 4.335 1 0 0 0
257808 22530 22530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/934/artifact/log/WDIO.xunit-2024-06-16T11-09-37-048Z.xml Page 1718557778 22.657 9 0 0 0
257809 22530 22530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/934/artifact/log/WDIO.xunit-2024-06-16T11-09-39-617Z.xml BlankPage 1718557780 0.75 1 0 0 0
257810 22530 22530 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/934/artifact/log/WDIO.xunit-2024-06-16T11-09-44-525Z.xml User 1718557785 4.187 2 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 1617.367ms