home / tests

testsuites

5 rows where build_id = 12961

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
175695 12961 12961 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1621/artifact/log/WDIO.xunit-2021-10-16T11-24-56-427Z.xml Page 1634405097 0.755 17 0 0 17
175696 12961 12961 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1621/artifact/log/WDIO.xunit-2021-10-16T11-24-59-589Z.xml Special RecentChanges 1634405100 0.675 2 0 0 2
175697 12961 12961 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1621/artifact/log/WDIO.xunit-2021-10-16T11-25-02-625Z.xml User 1634405103 5.528 2 0 0 0
175698 12961 12961 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1621/artifact/log/WDIO.xunit-2021-10-16T11-25-10-510Z.xml Special Watchlist 1634405111 2.518 2 0 0 2
175699 12961 12961 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1621/artifact/log/WDIO.xunit-2021-10-16T11-25-15-415Z.xml BlankPage 1634405116 0.81 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 1610.902ms