home / tests

testsuites

5 rows where build_id = 17716

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
205125 17716 17716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/17349/artifact/log/WDIO.xunit-2024-01-24T22-36-22-020Z.xml Page 1706160983 22.894 9 0 0 0
205126 17716 17716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/17349/artifact/log/WDIO.xunit-2024-01-24T22-36-22-032Z.xml User 1706160983 5.719 2 0 0 0
205127 17716 17716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/17349/artifact/log/WDIO.xunit-2024-01-24T22-36-22-034Z.xml Special RecentChanges 1706160983 3.21 1 0 0 0
205128 17716 17716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/17349/artifact/log/WDIO.xunit-2024-01-24T22-36-22-179Z.xml Special Watchlist 1706160983 0.507 1 0 0 1
205129 17716 17716 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/17349/artifact/log/WDIO.xunit-2024-01-24T22-36-24-573Z.xml BlankPage 1706160985 0.719 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 1666.12ms