home / tests

testsuites

5 rows where build_id = 20768

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244504 20768 20768 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8495/artifact/log/WDIO.xunit-2024-05-09T15-35-11-378Z.xml User 1715290512 6.36 2 0 0 0
244505 20768 20768 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8495/artifact/log/WDIO.xunit-2024-05-09T15-35-11-400Z.xml Page 1715290512 26.478 9 0 0 0
244506 20768 20768 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8495/artifact/log/WDIO.xunit-2024-05-09T15-35-11-402Z.xml Special RecentChanges 1715290512 3.683 1 0 0 0
244507 20768 20768 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8495/artifact/log/WDIO.xunit-2024-05-09T15-35-11-436Z.xml Special Watchlist 1715290512 0.634 1 0 0 1
244508 20768 20768 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8495/artifact/log/WDIO.xunit-2024-05-09T15-35-14-348Z.xml BlankPage 1715290515 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 1602.835ms