home / tests

testsuites

9 rows where build_id = 22504

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257539 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-58-41-825Z.xml Edit Event Registration 1718578722 19.767 4 0 0 0
257540 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-03-327Z.xml Enable Event Registration 1718578744 11.303 3 0 0 0
257541 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-16-817Z.xml Event page 1718578757 15.001 3 0 0 0
257542 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-33-600Z.xml MyEvents 1718578775 5.95 2 0 0 0
257543 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-52-631Z.xml Page 1718578794 28.891 9 0 0 0
257544 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-52-725Z.xml User 1718578794 9.837 2 0 0 0
257545 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-52-756Z.xml Special Watchlist 1718578794 0.419 1 0 0 1
257546 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-52-792Z.xml Special RecentChanges 1718578793 5.776 1 0 0 0
257547 22504 22504 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/963/artifact/log/WDIO.xunit-2024-06-16T16-59-56-015Z.xml BlankPage 1718578798 1.615 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 1638.014ms