home / tests

testsuites

5 rows where build_id = 866

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4537 866 866 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23728/artifact/log/WDIO.xunit-2021-09-23T21-26-43-008Z.xml Page 1632454004 0.782 17 0 0 17
4538 866 866 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23728/artifact/log/WDIO.xunit-2021-09-23T21-26-46-194Z.xml Special RecentChanges 1632454007 0.625 2 0 0 2
4539 866 866 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23728/artifact/log/WDIO.xunit-2021-09-23T21-26-49-204Z.xml User 1632454010 5.391 2 0 0 0
4540 866 866 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23728/artifact/log/WDIO.xunit-2021-09-23T21-26-56-978Z.xml Special Watchlist 1632454018 2.53 2 0 0 2
4541 866 866 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23728/artifact/log/WDIO.xunit-2021-09-23T21-27-01-982Z.xml BlankPage 1632454022 0.677 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 1536.437ms