home / tests

testsuites

5 rows where build_id = 705

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2633 705 705 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76261/artifact/log/WDIO.xunit-2021-09-25T05-05-09-341Z.xml Page 1632567911 0.751 17 0 0 17
2634 705 705 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76261/artifact/log/WDIO.xunit-2021-09-25T05-05-13-434Z.xml Special RecentChanges 1632567915 0.728 2 0 0 2
2635 705 705 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76261/artifact/log/WDIO.xunit-2021-09-25T05-05-17-494Z.xml User 1632567919 5.401 2 0 0 0
2636 705 705 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76261/artifact/log/WDIO.xunit-2021-09-25T05-05-26-244Z.xml Special Watchlist 1632567927 2.302 2 0 0 2
2637 705 705 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76261/artifact/log/WDIO.xunit-2021-09-25T05-05-31-927Z.xml BlankPage 1632567933 0.584 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 1501.483ms