home / tests

testsuites

11 rows where build_id = 25730

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
292692 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-34-455Z-dc42efa4.xml User 1743606215 3.801 1 0 0 0
292693 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-34-485Z-50861083.xml Main page 1743606215 2.186 1 0 0 0
292694 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-34-505Z-55431835.xml Main page 1743606215 2.054 1 0 0 0
292695 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-34-602Z-baf803c4.xml Special SpecialPages 1743606215 2.466 1 0 0 0
292696 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-38-442Z-8b7c7685.xml API 1743606219 0.447 2 0 0 0
292697 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-38-817Z-dc4ece33.xml Main Page 1743606219 0.746 1 0 0 0
292698 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-39-170Z-0216d328.xml Page 1743606220 23.28 9 0 0 0
292699 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-40-028Z-42a57a45.xml Special RecentChanges 1743606221 3.983 1 0 0 0
292700 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-40-933Z-987b8081.xml User 1743606221 12.691 5 0 0 0
292701 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-41-401Z-83b93446.xml Special Watchlist 1743606222 0.407 1 0 0 1
292702 25730 25730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/6615/artifact/log/WDIO.xunit-2025-04-02T09-03-43-651Z-c14901b0.xml BlankPage 1743606225 1.097 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 1634.905ms