home / tests

testsuites

5 rows where build_id = 754

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3110 754 754 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76196/artifact/log/WDIO.xunit-2021-09-22T19-24-48-360Z.xml Page 1632360289 0.71 17 0 0 17
3111 754 754 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76196/artifact/log/WDIO.xunit-2021-09-22T19-24-51-386Z.xml Special RecentChanges 1632360292 0.634 2 0 0 2
3112 754 754 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76196/artifact/log/WDIO.xunit-2021-09-22T19-24-54-321Z.xml User 1632360295 4.604 2 0 0 0
3113 754 754 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76196/artifact/log/WDIO.xunit-2021-09-22T19-25-01-361Z.xml Special Watchlist 1632360302 1.896 2 0 0 2
3114 754 754 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76196/artifact/log/WDIO.xunit-2021-09-22T19-25-05-750Z.xml BlankPage 1632360307 1.716 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 1491.654ms