home / tests

testsuites

5 rows where build_id = 20787

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244694 20787 20787 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8475/artifact/log/WDIO.xunit-2024-05-09T14-52-52-654Z.xml Page 1715287973 25.226 9 0 0 0
244695 20787 20787 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8475/artifact/log/WDIO.xunit-2024-05-09T14-52-52-657Z.xml User 1715287973 5.577 2 0 0 0
244696 20787 20787 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8475/artifact/log/WDIO.xunit-2024-05-09T14-52-52-679Z.xml Special Watchlist 1715287973 0.849 1 0 0 1
244697 20787 20787 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8475/artifact/log/WDIO.xunit-2024-05-09T14-52-52-707Z.xml Special RecentChanges 1715287973 4.055 1 0 0 0
244698 20787 20787 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8475/artifact/log/WDIO.xunit-2024-05-09T14-52-55-136Z.xml BlankPage 1715287976 0.79 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 1626.298ms