home / tests

testsuites

5 rows where build_id = 11588

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
151193 11588 11588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8581/artifact/log/WDIO.xunit-2021-10-12T21-18-57-038Z.xml Page 1634095138 0.73 17 0 0 17
151194 11588 11588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8581/artifact/log/WDIO.xunit-2021-10-12T21-19-00-185Z.xml Special RecentChanges 1634095141 0.715 2 0 0 2
151195 11588 11588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8581/artifact/log/WDIO.xunit-2021-10-12T21-19-03-298Z.xml User 1634095144 5.432 2 0 0 0
151196 11588 11588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8581/artifact/log/WDIO.xunit-2021-10-12T21-19-11-173Z.xml Special Watchlist 1634095152 2.516 2 0 0 2
151197 11588 11588 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8581/artifact/log/WDIO.xunit-2021-10-12T21-19-16-124Z.xml BlankPage 1634095157 0.684 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 1374.12ms