home / tests

testsuites

5 rows where build_id = 20450

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239104 20450 20450 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1263/artifact/log/WDIO.xunit-2024-05-09T15-35-24-343Z.xml User 1715290525 6.017 2 0 0 0
239105 20450 20450 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1263/artifact/log/WDIO.xunit-2024-05-09T15-35-24-376Z.xml Special Watchlist 1715290525 0.752 1 0 0 1
239106 20450 20450 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1263/artifact/log/WDIO.xunit-2024-05-09T15-35-24-380Z.xml Special RecentChanges 1715290525 3.663 1 0 0 0
239107 20450 20450 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1263/artifact/log/WDIO.xunit-2024-05-09T15-35-24-569Z.xml Page 1715290525 23.429 9 0 0 0
239108 20450 20450 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1263/artifact/log/WDIO.xunit-2024-05-09T15-35-27-181Z.xml BlankPage 1715290528 0.892 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 1625.447ms