home / tests

testsuites

5 rows where build_id = 10464

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140891 10464 10464 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23822/artifact/log/WDIO.xunit-2021-10-10T16-51-58-046Z.xml Page 1633906319 0.795 17 0 0 17
140892 10464 10464 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23822/artifact/log/WDIO.xunit-2021-10-10T16-52-01-264Z.xml Special RecentChanges 1633906322 1.175 2 0 0 2
140893 10464 10464 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23822/artifact/log/WDIO.xunit-2021-10-10T16-52-04-827Z.xml User 1633906325 5.273 2 0 0 0
140894 10464 10464 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23822/artifact/log/WDIO.xunit-2021-10-10T16-52-12-527Z.xml Special Watchlist 1633906333 2.592 2 0 0 2
140895 10464 10464 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23822/artifact/log/WDIO.xunit-2021-10-10T16-52-17-473Z.xml BlankPage 1633906338 0.641 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 1924.293ms