home / tests

testsuites

5 rows where build_id = 10001

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137013 10001 10001 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8535/artifact/log/WDIO.xunit-2021-10-09T10-28-28-651Z.xml Page 1633796910 0.804 17 0 0 17
137014 10001 10001 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8535/artifact/log/WDIO.xunit-2021-10-09T10-28-32-344Z.xml Special RecentChanges 1633796913 0.687 2 0 0 2
137015 10001 10001 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8535/artifact/log/WDIO.xunit-2021-10-09T10-28-36-015Z.xml User 1633796917 7.479 2 0 0 0
137016 10001 10001 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8535/artifact/log/WDIO.xunit-2021-10-09T10-28-46-481Z.xml Special Watchlist 1633796927 2.621 2 0 0 2
137017 10001 10001 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8535/artifact/log/WDIO.xunit-2021-10-09T10-28-51-673Z.xml BlankPage 1633796933 0.706 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 1613.008ms