home / tests

testsuites

4 rows where build_id = 20658

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242882 20658 20658 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/420/artifact/log/WDIO.xunit-2024-05-09T18-47-48-125Z.xml User 1715302069 4.98 2 0 0 0
242883 20658 20658 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/420/artifact/log/WDIO.xunit-2024-05-09T18-47-48-168Z.xml Special RecentChanges 1715302069 2.738 1 0 0 0
242884 20658 20658 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/420/artifact/log/WDIO.xunit-2024-05-09T18-47-48-172Z.xml Page 1715302069 21.452 9 0 0 0
242885 20658 20658 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/420/artifact/log/WDIO.xunit-2024-05-09T18-47-50-382Z.xml BlankPage 1715302071 0.649 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 1643.462ms