home / tests

testsuites

5 rows where build_id = 10657

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
142518 10657 10657 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15288/artifact/log/WDIO.xunit-2021-10-11T07-10-40-007Z.xml Page 1633957841 0.689 17 0 0 17
142519 10657 10657 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15288/artifact/log/WDIO.xunit-2021-10-11T07-10-43-124Z.xml Special RecentChanges 1633957844 0.605 2 0 0 2
142520 10657 10657 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15288/artifact/log/WDIO.xunit-2021-10-11T07-10-46-064Z.xml User 1633957847 4.708 2 0 0 0
142521 10657 10657 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15288/artifact/log/WDIO.xunit-2021-10-11T07-10-53-178Z.xml Special Watchlist 1633957854 2.11 2 0 0 2
142522 10657 10657 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15288/artifact/log/WDIO.xunit-2021-10-11T07-10-57-644Z.xml BlankPage 1633957858 0.598 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 2604.012ms