home / tests

testsuites

5 rows where build_id = 873

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4597 873 873 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23720/artifact/log/WDIO.xunit-2021-09-21T15-15-34-792Z.xml Page 1632258936 0.995 17 0 0 17
4598 873 873 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23720/artifact/log/WDIO.xunit-2021-09-21T15-15-39-056Z.xml Special RecentChanges 1632258941 0.77 2 0 0 2
4599 873 873 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23720/artifact/log/WDIO.xunit-2021-09-21T15-15-43-993Z.xml User 1632258947 10.349 2 0 0 0
4600 873 873 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23720/artifact/log/WDIO.xunit-2021-09-21T15-15-59-098Z.xml Special Watchlist 1632258960 2.893 2 0 0 2
4601 873 873 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23720/artifact/log/WDIO.xunit-2021-09-21T15-16-05-164Z.xml BlankPage 1632258966 0.713 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 1504.831ms