home / tests

testsuites

5 rows where build_id = 9750

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests

id ▼ build_id url name timestamp time tests failures errors skipped
135342 9750 9750 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1563/artifact/log/WDIO.xunit-2021-10-09T06-33-57-057Z.xml Page 1633782838 0.77 17 0 0 17
135343 9750 9750 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1563/artifact/log/WDIO.xunit-2021-10-09T06-34-00-082Z.xml Special RecentChanges 1633782841 0.622 2 0 0 2
135344 9750 9750 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1563/artifact/log/WDIO.xunit-2021-10-09T06-34-03-143Z.xml User 1633782844 5.189 2 0 0 0
135345 9750 9750 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1563/artifact/log/WDIO.xunit-2021-10-09T06-34-10-698Z.xml Special Watchlist 1633782851 2.477 2 0 0 2
135346 9750 9750 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1563/artifact/log/WDIO.xunit-2021-10-09T06-34-15-461Z.xml BlankPage 1633782856 0.648 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 1494.097ms