home / tests

testsuites

5 rows where build_id = 20638

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242784 20638 20638 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/441/artifact/log/WDIO.xunit-2024-05-09T19-52-13-487Z.xml User 1715305934 8.147 2 0 0 0
242785 20638 20638 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/441/artifact/log/WDIO.xunit-2024-05-09T19-52-13-497Z.xml Special RecentChanges 1715305934 4.026 1 0 0 0
242786 20638 20638 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/441/artifact/log/WDIO.xunit-2024-05-09T19-52-13-544Z.xml Page 1715305935 26.744 9 0 0 0
242787 20638 20638 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/441/artifact/log/WDIO.xunit-2024-05-09T19-52-13-573Z.xml Special Watchlist 1715305934 0.482 1 0 0 1
242788 20638 20638 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/441/artifact/log/WDIO.xunit-2024-05-09T19-52-16-137Z.xml BlankPage 1715305937 1.292 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 1668.282ms