home / tests

testsuites

5 rows where build_id = 10663

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
142548 10663 10663 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7874/artifact/log/WDIO.xunit-2021-10-11T07-10-34-630Z.xml Page 1633957835 0.755 17 0 0 17
142549 10663 10663 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7874/artifact/log/WDIO.xunit-2021-10-11T07-10-37-866Z.xml Special RecentChanges 1633957839 0.701 2 0 0 2
142550 10663 10663 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7874/artifact/log/WDIO.xunit-2021-10-11T07-10-40-973Z.xml User 1633957842 5.579 2 0 0 0
142551 10663 10663 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7874/artifact/log/WDIO.xunit-2021-10-11T07-10-49-022Z.xml Special Watchlist 1633957850 2.635 2 0 0 2
142552 10663 10663 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7874/artifact/log/WDIO.xunit-2021-10-11T07-10-54-181Z.xml BlankPage 1633957855 1.522 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 1591.157ms