home / tests

testsuites

5 rows where build_id = 15220

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193791 15220 15220 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/artifact/log/WDIO.xunit-2023-01-11T17-45-07-541Z.xml Page 1673484308 0.571 17 0 0 17
193792 15220 15220 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/artifact/log/WDIO.xunit-2023-01-11T17-45-07-543Z.xml Special Watchlist 1673484308 0.551 2 0 0 2
193793 15220 15220 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/artifact/log/WDIO.xunit-2023-01-11T17-45-07-552Z.xml Special RecentChanges 1673484308 0.63 2 0 0 2
193794 15220 15220 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/artifact/log/WDIO.xunit-2023-01-11T17-45-07-722Z.xml User 1673484308 4.331 2 0 0 0
193795 15220 15220 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/artifact/log/WDIO.xunit-2023-01-11T17-45-09-888Z.xml BlankPage 1673484310 0.347 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 1620.588ms