home / tests

testsuites

5 rows where build_id = 20513

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
239854 20513 20513 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1185/artifact/log/WDIO.xunit-2024-05-06T02-54-28-167Z.xml Page 1714985669 35.284 9 0 0 0
239855 20513 20513 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1185/artifact/log/WDIO.xunit-2024-05-06T02-54-28-269Z.xml Special RecentChanges 1714985669 4.671 1 0 0 0
239856 20513 20513 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1185/artifact/log/WDIO.xunit-2024-05-06T02-54-28-311Z.xml Special Watchlist 1714985669 0.837 1 0 0 1
239857 20513 20513 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1185/artifact/log/WDIO.xunit-2024-05-06T02-54-28-437Z.xml User 1714985669 8.327 2 0 0 0
239858 20513 20513 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1185/artifact/log/WDIO.xunit-2024-05-06T02-54-31-179Z.xml BlankPage 1714985673 1.974 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 1881.775ms