home / tests

testsuites

8 rows where build_id = 25797

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
295245 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-30-57-034Z-a8779f9d.xml User 1743708658 8.824 1 0 0 0
295246 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-30-57-152Z-9f2c5b98.xml Main page 1743708658 5.36 1 0 0 0
295247 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-30-57-242Z-aa65391d.xml Main page 1743708658 5.494 1 0 0 0
295248 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-30-57-295Z-908e037d.xml Special SpecialPages 1743708658 5.816 1 0 0 0
295249 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-31-05-106Z-5abe5332.xml Main Page 1743708666 1.905 1 0 0 0
295250 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-31-05-177Z-e7054803.xml API 1743708666 0.549 2 0 0 0
295251 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-31-07-721Z-23a237f3.xml Special RecentChanges 1743708669 8.606 1 0 0 0
295252 25797 25797 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php83/917/artifact/log/WDIO.xunit-2025-04-03T13-31-09-277Z-2b9738a5.xml BlankPage 1743708670 2.774 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 1607.279ms