home / tests

testsuites

5 rows where build_id = 10118

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
138533 10118 10118 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15285/artifact/log/WDIO.xunit-2021-10-09T18-48-31-091Z.xml Page 1633826912 0.772 17 0 0 17
138534 10118 10118 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15285/artifact/log/WDIO.xunit-2021-10-09T18-48-34-812Z.xml Special RecentChanges 1633826916 0.686 2 0 0 2
138535 10118 10118 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15285/artifact/log/WDIO.xunit-2021-10-09T18-48-38-066Z.xml User 1633826919 5.166 2 0 0 0
138536 10118 10118 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15285/artifact/log/WDIO.xunit-2021-10-09T18-48-45-780Z.xml Special Watchlist 1633826926 2.177 2 0 0 2
138537 10118 10118 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php72-docker/15285/artifact/log/WDIO.xunit-2021-10-09T18-48-50-467Z.xml BlankPage 1633826931 0.665 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 3347.006ms