home / tests

testsuites

5 rows where build_id = 3893

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
50589 3893 3893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7771/artifact/log/WDIO.xunit-2021-10-01T08-59-41-165Z.xml Page 1633100382 0.889 17 0 0 17
50590 3893 3893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7771/artifact/log/WDIO.xunit-2021-10-01T08-59-45-476Z.xml Special RecentChanges 1633100387 0.777 2 0 0 2
50591 3893 3893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7771/artifact/log/WDIO.xunit-2021-10-01T08-59-49-624Z.xml User 1633100391 6.322 2 0 0 0
50592 3893 3893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7771/artifact/log/WDIO.xunit-2021-10-01T08-59-59-363Z.xml Special Watchlist 1633100401 2.865 2 0 0 2
50593 3893 3893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7771/artifact/log/WDIO.xunit-2021-10-01T09-00-05-715Z.xml BlankPage 1633100407 0.823 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 1894.7ms