home / tests

testsuites

5 rows where build_id = 9990

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136958 9990 9990 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8549/artifact/log/WDIO.xunit-2021-10-09T10-47-28-463Z.xml Page 1633798049 0.801 17 0 0 17
136959 9990 9990 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8549/artifact/log/WDIO.xunit-2021-10-09T10-47-31-923Z.xml Special RecentChanges 1633798053 0.74 2 0 0 2
136960 9990 9990 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8549/artifact/log/WDIO.xunit-2021-10-09T10-47-35-342Z.xml User 1633798056 5.631 2 0 0 0
136961 9990 9990 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8549/artifact/log/WDIO.xunit-2021-10-09T10-47-43-931Z.xml Special Watchlist 1633798065 2.434 2 0 0 2
136962 9990 9990 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8549/artifact/log/WDIO.xunit-2021-10-09T10-47-48-910Z.xml BlankPage 1633798070 0.729 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 1586.866ms