home / tests

testsuites

5 rows where build_id = 13671

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
181285 13671 13671 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-43-04-145Z.xml Page 1638312185 0.695 17 0 0 17
181286 13671 13671 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-43-06-700Z.xml Special RecentChanges 1638312187 0.609 2 0 0 2
181287 13671 13671 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-43-09-079Z.xml User 1638312190 6.142 2 0 0 0
181288 13671 13671 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-43-17-089Z.xml Special Watchlist 1638312198 2.329 2 0 0 2
181289 13671 13671 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php72-docker/99/artifact/log/WDIO.xunit-2021-11-30T15-43-21-346Z.xml BlankPage 1638312202 0.534 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 1656.022ms