home / tests

testsuites

5 rows where build_id = 20761

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244465 20761 20761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8502/artifact/log/WDIO.xunit-2024-05-09T16-09-51-321Z.xml Special RecentChanges 1715292592 3.344 1 0 0 0
244466 20761 20761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8502/artifact/log/WDIO.xunit-2024-05-09T16-09-51-327Z.xml Page 1715292592 23.733 9 0 0 0
244467 20761 20761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8502/artifact/log/WDIO.xunit-2024-05-09T16-09-51-328Z.xml User 1715292592 5.802 2 0 0 0
244468 20761 20761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8502/artifact/log/WDIO.xunit-2024-05-09T16-09-51-330Z.xml Special Watchlist 1715292592 0.814 1 0 0 1
244469 20761 20761 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8502/artifact/log/WDIO.xunit-2024-05-09T16-09-53-947Z.xml BlankPage 1715292594 0.724 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 1632.737ms