home / tests

testsuites

11 rows where build_id = 25712

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292125 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-55-58-649Z-3509b070.xml Special SpecialPages 1743767759 2.308 1 0 0 0
292126 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-55-58-670Z-25ee9524.xml Main page 1743767759 2.052 1 0 0 0
292127 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-55-58-687Z-fa20a96b.xml User 1743767759 4.022 1 0 0 0
292128 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-55-58-706Z-c3c014cb.xml Main page 1743767759 2.053 1 0 0 0
292129 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-02-801Z-53cedc12.xml Main Page 1743767764 0.599 1 0 0 0
292130 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-03-034Z-e3a58b26.xml Page 1743767764 24.338 9 0 0 0
292131 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-03-048Z-e58b64c6.xml API 1743767764 0.395 2 0 0 0
292132 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-04-449Z-3a4ab116.xml Special RecentChanges 1743767765 3.793 1 0 0 0
292133 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-05-438Z-60cd0b07.xml User 1743767766 12.254 5 0 0 0
292134 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-05-618Z-2abe29ac.xml Special Watchlist 1743767766 0.463 1 0 0 1
292135 25712 25712 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6639/artifact/log/WDIO.xunit-2025-04-04T05-56-07-930Z-2a7741e4.xml BlankPage 1743767768 1.024 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 1652.631ms