home / tests

testsuites

5 rows where build_id = 20744

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244151 20744 20744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8521/artifact/log/WDIO.xunit-2024-05-09T16-44-44-490Z.xml User 1715294685 8.48 2 0 0 0
244152 20744 20744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8521/artifact/log/WDIO.xunit-2024-05-09T16-44-44-545Z.xml Special RecentChanges 1715294685 5.799 1 0 0 0
244153 20744 20744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8521/artifact/log/WDIO.xunit-2024-05-09T16-44-44-548Z.xml Page 1715294685 27.286 9 0 0 0
244154 20744 20744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8521/artifact/log/WDIO.xunit-2024-05-09T16-44-44-627Z.xml Special Watchlist 1715294686 0.799 1 0 0 1
244155 20744 20744 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8521/artifact/log/WDIO.xunit-2024-05-09T16-44-48-230Z.xml BlankPage 1715294689 1.305 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 1606.563ms