home / tests

testsuites

5 rows where build_id = 19397

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
227706 19397 19397 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/26/artifact/log/WDIO.xunit-2024-02-10T21-38-24-059Z.xml Page 1707626305 29.022 9 0 0 0
227707 19397 19397 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/26/artifact/log/WDIO.xunit-2024-02-10T21-38-24-061Z.xml Special RecentChanges 1707626305 5.111 1 0 0 0
227708 19397 19397 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/26/artifact/log/WDIO.xunit-2024-02-10T21-38-24-112Z.xml User 1707626305 8.995 2 0 0 0
227709 19397 19397 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/26/artifact/log/WDIO.xunit-2024-02-10T21-38-24-175Z.xml Special Watchlist 1707626305 0.979 1 0 0 1
227710 19397 19397 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php81-selenium-docker/26/artifact/log/WDIO.xunit-2024-02-10T21-38-27-624Z.xml BlankPage 1707626309 1.512 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 1617.554ms