home / tests

testsuites

5 rows where build_id = 15136

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192365 15136 15136 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67325/artifact/log/WDIO.xunit-2023-09-26T19-10-02-094Z.xml Page 1695777003 25.312 9 0 0 0
192366 15136 15136 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67325/artifact/log/WDIO.xunit-2023-09-26T19-10-02-128Z.xml Special RecentChanges 1695777003 4.161 1 0 0 0
192367 15136 15136 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67325/artifact/log/WDIO.xunit-2023-09-26T19-10-02-293Z.xml Special Watchlist 1695777003 0.559 1 0 0 1
192368 15136 15136 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67325/artifact/log/WDIO.xunit-2023-09-26T19-10-02-296Z.xml User 1695777003 7.305 2 0 0 0
192369 15136 15136 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67325/artifact/log/WDIO.xunit-2023-09-26T19-10-05-460Z.xml BlankPage 1695777006 1.252 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 1602.526ms