home / tests

testsuites

5 rows where build_id = 20770

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244513 20770 20770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8493/artifact/log/WDIO.xunit-2024-05-09T15-30-13-003Z.xml Special Watchlist 1715290214 0.571 1 0 0 1
244514 20770 20770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8493/artifact/log/WDIO.xunit-2024-05-09T15-30-13-026Z.xml Page 1715290214 24.552 9 0 0 0
244515 20770 20770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8493/artifact/log/WDIO.xunit-2024-05-09T15-30-13-027Z.xml User 1715290214 6.894 2 0 0 0
244516 20770 20770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8493/artifact/log/WDIO.xunit-2024-05-09T15-30-13-081Z.xml Special RecentChanges 1715290214 3.841 1 0 0 0
244517 20770 20770 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8493/artifact/log/WDIO.xunit-2024-05-09T15-30-16-113Z.xml BlankPage 1715290217 0.792 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 1574.778ms