home / tests

testsuites

8 rows where build_id = 686

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2282 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-15-28-039Z.xml Page 1632802529 0.718 17 0 0 17
2283 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-15-31-809Z.xml Special RecentChanges 1632802532 0.685 2 0 0 2
2284 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-15-35-050Z.xml User 1632802536 5.806 2 0 0 0
2285 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-15-43-866Z.xml Special Watchlist 1632802545 2.526 2 0 0 2
2286 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-15-49-368Z.xml BlankPage 1632802550 1.409 1 0 0 0
2287 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-16-09-121Z.xml Cite backlinks 1632802570 3.809 6 0 0 0
2288 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-16-27-372Z.xml Echo 1632802590 8.695 4 0 0 0
2289 686 686 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76282/artifact/log/WDIO.xunit-2021-09-27T22-16-40-821Z.xml Notifications 1632802603 2.897 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 1526.72ms