home / tests

testsuites

11 rows where build_id = 25729

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292681 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-29-735Z-00d72e9f.xml Special SpecialPages 1743606272 6.322 1 0 0 0
292682 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-29-806Z-9890599c.xml User 1743606272 10.285 1 0 0 0
292683 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-29-859Z-c5507a61.xml Main page 1743606272 4.693 1 0 0 0
292684 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-30-080Z-dd4328bd.xml Main page 1743606272 4.669 1 0 0 0
292685 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-38-584Z-ca628ee9.xml API 1743606280 0.905 2 0 0 0
292686 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-38-832Z-967229b0.xml Main Page 1743606280 1.765 1 0 0 0
292687 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-40-226Z-0083c3b9.xml Page 1743606283 61.018 9 0 0 0
292688 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-43-724Z-3abca45b.xml Special RecentChanges 1743606285 11.963 1 0 0 0
292689 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-43-953Z-962d58a5.xml User 1743606286 42.443 5 0 0 0
292690 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-44-173Z-722546a9.xml Special Watchlist 1743606286 0.748 1 0 0 1
292691 25729 25729 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6616/artifact/log/WDIO.xunit-2025-04-02T09-04-48-936Z-7cb0dd18.xml BlankPage 1743606291 2.802 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 1617.859ms