home / tests

testsuites

5 rows where build_id = 6526

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
87793 6526 6526 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23761/artifact/log/WDIO.xunit-2021-10-05T23-34-38-517Z.xml Page 1633498479 0.767 17 0 0 17
87794 6526 6526 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23761/artifact/log/WDIO.xunit-2021-10-05T23-34-41-715Z.xml Special RecentChanges 1633498482 0.715 2 0 0 2
87795 6526 6526 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23761/artifact/log/WDIO.xunit-2021-10-05T23-34-44-766Z.xml User 1633498486 5.825 2 0 0 0
87796 6526 6526 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23761/artifact/log/WDIO.xunit-2021-10-05T23-34-53-105Z.xml Special Watchlist 1633498494 2.367 2 0 0 2
87797 6526 6526 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23761/artifact/log/WDIO.xunit-2021-10-05T23-34-57-844Z.xml BlankPage 1633498498 0.62 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 2854.725ms