home / tests

testsuites

5 rows where build_id = 9983

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136923 9983 9983 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8562/artifact/log/WDIO.xunit-2021-10-09T11-00-24-652Z.xml Page 1633798825 0.797 17 0 0 17
136924 9983 9983 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8562/artifact/log/WDIO.xunit-2021-10-09T11-00-28-097Z.xml Special RecentChanges 1633798829 0.692 2 0 0 2
136925 9983 9983 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8562/artifact/log/WDIO.xunit-2021-10-09T11-00-31-842Z.xml User 1633798833 6.185 2 0 0 0
136926 9983 9983 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8562/artifact/log/WDIO.xunit-2021-10-09T11-00-40-607Z.xml Special Watchlist 1633798842 2.49 2 0 0 2
136927 9983 9983 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8562/artifact/log/WDIO.xunit-2021-10-09T11-00-46-149Z.xml BlankPage 1633798847 0.947 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 1599.185ms