home / tests

testsuites

5 rows where build_id = 20644

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242814 20644 20644 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/435/artifact/log/WDIO.xunit-2024-05-09T19-43-03-492Z.xml Page 1715305385 33.669 9 0 0 0
242815 20644 20644 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/435/artifact/log/WDIO.xunit-2024-05-09T19-43-03-519Z.xml User 1715305385 13.546 2 0 0 0
242816 20644 20644 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/435/artifact/log/WDIO.xunit-2024-05-09T19-43-03-686Z.xml Special RecentChanges 1715305385 7.15 1 0 0 0
242817 20644 20644 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/435/artifact/log/WDIO.xunit-2024-05-09T19-43-03-721Z.xml Special Watchlist 1715305385 0.663 1 0 0 1
242818 20644 20644 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/435/artifact/log/WDIO.xunit-2024-05-09T19-43-07-643Z.xml BlankPage 1715305390 2.321 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 1440.013ms