home / tests

testsuites

5 rows where build_id = 20757

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244381 20757 20757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8507/artifact/log/WDIO.xunit-2024-05-09T16-17-56-974Z.xml User 1715293078 6.351 2 0 0 0
244382 20757 20757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8507/artifact/log/WDIO.xunit-2024-05-09T16-17-56-985Z.xml Special RecentChanges 1715293078 3.862 1 0 0 0
244383 20757 20757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8507/artifact/log/WDIO.xunit-2024-05-09T16-17-57-000Z.xml Special Watchlist 1715293078 0.556 1 0 0 1
244384 20757 20757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8507/artifact/log/WDIO.xunit-2024-05-09T16-17-57-022Z.xml Page 1715293078 23.464 9 0 0 0
244385 20757 20757 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8507/artifact/log/WDIO.xunit-2024-05-09T16-17-59-816Z.xml BlankPage 1715293080 0.711 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 1593.034ms