home / tests

testsuites

5 rows where build_id = 20626

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242726 20626 20626 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/453/artifact/log/WDIO.xunit-2024-05-09T20-03-46-147Z.xml Page 1715306627 25.212 9 0 0 0
242727 20626 20626 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/453/artifact/log/WDIO.xunit-2024-05-09T20-03-46-198Z.xml User 1715306627 6.396 2 0 0 0
242728 20626 20626 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/453/artifact/log/WDIO.xunit-2024-05-09T20-03-46-235Z.xml Special RecentChanges 1715306627 3.385 1 0 0 0
242729 20626 20626 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/453/artifact/log/WDIO.xunit-2024-05-09T20-03-46-248Z.xml Special Watchlist 1715306627 0.523 1 0 0 1
242730 20626 20626 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/453/artifact/log/WDIO.xunit-2024-05-09T20-03-48-887Z.xml BlankPage 1715306629 1.029 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 1654.487ms