home / tests

testsuites

5 rows where build_id = 844

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4209 844 844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77884/artifact/log/WDIO.xunit-2021-09-27T17-09-03-636Z.xml Page 1632784145 1.045 17 0 0 17
4210 844 844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77884/artifact/log/WDIO.xunit-2021-09-27T17-09-07-553Z.xml Special RecentChanges 1632784148 0.667 2 0 0 2
4211 844 844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77884/artifact/log/WDIO.xunit-2021-09-27T17-09-10-775Z.xml User 1632784151 5.261 2 0 0 0
4212 844 844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77884/artifact/log/WDIO.xunit-2021-09-27T17-09-18-799Z.xml Special Watchlist 1632784160 2.287 2 0 0 2
4213 844 844 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77884/artifact/log/WDIO.xunit-2021-09-27T17-09-24-108Z.xml BlankPage 1632784165 0.617 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 2221.306ms