home / tests

testsuites

5 rows where build_id = 15137

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192370 15137 15137 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67324/artifact/log/WDIO.xunit-2023-09-26T19-01-00-768Z.xml Page 1695776462 26.678 9 0 0 0
192371 15137 15137 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67324/artifact/log/WDIO.xunit-2023-09-26T19-01-00-858Z.xml Special Watchlist 1695776462 0.718 1 0 0 1
192372 15137 15137 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67324/artifact/log/WDIO.xunit-2023-09-26T19-01-00-860Z.xml Special RecentChanges 1695776462 5.102 1 0 0 0
192373 15137 15137 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67324/artifact/log/WDIO.xunit-2023-09-26T19-01-00-957Z.xml User 1695776462 7.732 2 0 0 0
192374 15137 15137 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67324/artifact/log/WDIO.xunit-2023-09-26T19-01-04-438Z.xml BlankPage 1695776466 1.202 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 1595.016ms