home / tests

testsuites

5 rows where build_id = 20657

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
242877 20657 20657 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/421/artifact/log/WDIO.xunit-2024-05-09T18-50-06-402Z.xml Special RecentChanges 1715302207 2.423 1 0 0 0
242878 20657 20657 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/421/artifact/log/WDIO.xunit-2024-05-09T18-50-06-415Z.xml Special Watchlist 1715302207 0.377 1 0 0 1
242879 20657 20657 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/421/artifact/log/WDIO.xunit-2024-05-09T18-50-06-418Z.xml User 1715302207 4.282 2 0 0 0
242880 20657 20657 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/421/artifact/log/WDIO.xunit-2024-05-09T18-50-06-428Z.xml Page 1715302207 19.222 9 0 0 0
242881 20657 20657 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/421/artifact/log/WDIO.xunit-2024-05-09T18-50-08-227Z.xml BlankPage 1715302208 0.826 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 1625.248ms