home / tests

testsuites

5 rows where build_id = 20520

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239889 20520 20520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1178/artifact/log/WDIO.xunit-2024-05-05T22-28-25-696Z.xml Page 1714969706 26.962 9 0 0 0
239890 20520 20520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1178/artifact/log/WDIO.xunit-2024-05-05T22-28-25-711Z.xml Special RecentChanges 1714969706 4.159 1 0 0 0
239891 20520 20520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1178/artifact/log/WDIO.xunit-2024-05-05T22-28-25-726Z.xml User 1714969706 7.624 2 0 0 0
239892 20520 20520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1178/artifact/log/WDIO.xunit-2024-05-05T22-28-25-781Z.xml Special Watchlist 1714969706 0.726 1 0 0 1
239893 20520 20520 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1178/artifact/log/WDIO.xunit-2024-05-05T22-28-28-355Z.xml BlankPage 1714969709 0.898 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 1633.409ms