home / tests

testsuites

5 rows where build_id = 20707

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243491 20707 20707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8559/artifact/log/WDIO.xunit-2024-05-09T19-34-19-160Z.xml User 1715304860 6.837 2 0 0 0
243492 20707 20707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8559/artifact/log/WDIO.xunit-2024-05-09T19-34-19-180Z.xml Special Watchlist 1715304860 0.887 1 0 0 1
243493 20707 20707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8559/artifact/log/WDIO.xunit-2024-05-09T19-34-19-214Z.xml Page 1715304860 23.599 9 0 0 0
243494 20707 20707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8559/artifact/log/WDIO.xunit-2024-05-09T19-34-19-216Z.xml Special RecentChanges 1715304860 4.051 1 0 0 0
243495 20707 20707 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8559/artifact/log/WDIO.xunit-2024-05-09T19-34-22-054Z.xml BlankPage 1715304863 0.843 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 1622.376ms