home / tests

testsuites

6 rows where build_id = 17641

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204296 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-54-38-081Z.xml User 1706327679 5.881 2 0 0 0
204297 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-54-38-089Z.xml Page 1706327679 27.826 9 0 0 0
204298 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-54-38-098Z.xml Special Watchlist 1706327679 0.493 1 0 0 1
204299 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-54-40-619Z.xml BlankPage 1706327682 0.983 1 0 0 0
204300 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-55-45-960Z.xml Content Editable 1706327747 18.817 4 0 0 0
204301 17641 17641 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-docker/2652/artifact/log/WDIO.xunit-2024-01-26T20-55-45-984Z.xml Toolbar 1706327747 19.087 9 0 0 1

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 1623.157ms