home / tests

testsuites

5 rows where build_id = 22520

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257688 22520 22520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/947/artifact/log/WDIO.xunit-2024-06-16T11-58-15-026Z.xml Page 1718560696 22.66 9 0 0 0
257689 22520 22520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/947/artifact/log/WDIO.xunit-2024-06-16T11-58-15-036Z.xml Special RecentChanges 1718560696 3.285 1 0 0 0
257690 22520 22520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/947/artifact/log/WDIO.xunit-2024-06-16T11-58-15-062Z.xml User 1718560696 5.76 2 0 0 0
257691 22520 22520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/947/artifact/log/WDIO.xunit-2024-06-16T11-58-15-093Z.xml Special Watchlist 1718560696 0.907 1 0 0 1
257692 22520 22520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/947/artifact/log/WDIO.xunit-2024-06-16T11-58-17-843Z.xml BlankPage 1718560699 0.816 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 1619.721ms