home / tests

testsuites

5 rows where build_id = 11298

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
148679 11298 11298 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1619/artifact/log/WDIO.xunit-2021-10-12T23-19-42-452Z.xml Page 1634102383 0.761 17 0 0 17
148680 11298 11298 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1619/artifact/log/WDIO.xunit-2021-10-12T23-19-45-696Z.xml Special RecentChanges 1634102386 0.715 2 0 0 2
148681 11298 11298 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1619/artifact/log/WDIO.xunit-2021-10-12T23-19-48-876Z.xml User 1634102390 6.062 2 0 0 0
148682 11298 11298 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1619/artifact/log/WDIO.xunit-2021-10-12T23-19-57-494Z.xml Special Watchlist 1634102399 2.815 2 0 0 2
148683 11298 11298 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1619/artifact/log/WDIO.xunit-2021-10-12T23-20-03-278Z.xml BlankPage 1634102404 0.852 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 1515.841ms