home / tests

testsuites

5 rows where build_id = 16627

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
200613 16627 16627 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/23/artifact/log/WDIO.xunit-2024-01-06T00-53-56-834Z.xml User 1704527638 6.17 2 0 0 0
200614 16627 16627 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/23/artifact/log/WDIO.xunit-2024-01-06T00-53-56-837Z.xml Special Watchlist 1704527638 0.868 1 0 0 1
200615 16627 16627 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/23/artifact/log/WDIO.xunit-2024-01-06T00-53-56-857Z.xml Page 1704527638 24.367 9 0 0 0
200616 16627 16627 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/23/artifact/log/WDIO.xunit-2024-01-06T00-53-56-882Z.xml Special RecentChanges 1704527638 3.891 1 0 0 0
200617 16627 16627 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/23/artifact/log/WDIO.xunit-2024-01-06T00-53-59-916Z.xml BlankPage 1704527641 1.07 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 1637.433ms