home / tests

testsuites

5 rows where build_id = 20514

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239859 20514 20514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1184/artifact/log/WDIO.xunit-2024-05-06T02-24-01-104Z.xml Page 1714983842 26.562 9 0 0 0
239860 20514 20514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1184/artifact/log/WDIO.xunit-2024-05-06T02-24-01-109Z.xml User 1714983842 7.736 2 0 0 0
239861 20514 20514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1184/artifact/log/WDIO.xunit-2024-05-06T02-24-01-112Z.xml Special RecentChanges 1714983842 4.101 1 0 0 0
239862 20514 20514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1184/artifact/log/WDIO.xunit-2024-05-06T02-24-01-132Z.xml Special Watchlist 1714983842 0.613 1 0 0 1
239863 20514 20514 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1184/artifact/log/WDIO.xunit-2024-05-06T02-24-04-148Z.xml BlankPage 1714983845 0.804 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 1478.447ms