home / tests

testsuites

5 rows where build_id = 15122

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192258 15122 15122 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67340/artifact/log/WDIO.xunit-2023-09-26T19-44-03-521Z.xml Page 1695779044 22.636 9 0 0 0
192259 15122 15122 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67340/artifact/log/WDIO.xunit-2023-09-26T19-44-03-574Z.xml User 1695779044 7.072 2 0 0 0
192260 15122 15122 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67340/artifact/log/WDIO.xunit-2023-09-26T19-44-03-576Z.xml Special RecentChanges 1695779044 3.173 1 0 0 0
192261 15122 15122 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67340/artifact/log/WDIO.xunit-2023-09-26T19-44-03-652Z.xml Special Watchlist 1695779044 0.786 1 0 0 1
192262 15122 15122 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67340/artifact/log/WDIO.xunit-2023-09-26T19-44-06-158Z.xml BlankPage 1695779047 0.689 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 1626.756ms