home / tests

testsuites

5 rows where build_id = 709

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
2653 709 709 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76257/artifact/log/WDIO.xunit-2021-09-24T21-19-53-476Z.xml Page 1632539994 0.75 17 0 0 17
2654 709 709 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76257/artifact/log/WDIO.xunit-2021-09-24T21-19-56-763Z.xml Special RecentChanges 1632539997 0.626 2 0 0 2
2655 709 709 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76257/artifact/log/WDIO.xunit-2021-09-24T21-19-59-938Z.xml User 1632540001 5.126 2 0 0 0
2656 709 709 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76257/artifact/log/WDIO.xunit-2021-09-24T21-20-07-534Z.xml Special Watchlist 1632540008 2.245 2 0 0 2
2657 709 709 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76257/artifact/log/WDIO.xunit-2021-09-24T21-20-12-279Z.xml BlankPage 1632540013 0.604 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 8202.306ms