home / tests

testsuites

5 rows where build_id = 10656

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
142513 10656 10656 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15289/artifact/log/WDIO.xunit-2021-10-11T07-10-41-869Z.xml Page 1633957843 0.744 17 0 0 17
142514 10656 10656 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15289/artifact/log/WDIO.xunit-2021-10-11T07-10-45-547Z.xml Special RecentChanges 1633957846 0.686 2 0 0 2
142515 10656 10656 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15289/artifact/log/WDIO.xunit-2021-10-11T07-10-48-730Z.xml User 1633957849 4.801 2 0 0 0
142516 10656 10656 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15289/artifact/log/WDIO.xunit-2021-10-11T07-10-56-146Z.xml Special Watchlist 1633957857 2.222 2 0 0 2
142517 10656 10656 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15289/artifact/log/WDIO.xunit-2021-10-11T07-11-00-882Z.xml BlankPage 1633957862 0.658 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 1603.179ms