home / tests

testsuites

9 rows where build_id = 22538

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
257878 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-52-41-213Z.xml Special RecentChanges 1718556762 3.59 1 0 0 0
257879 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-52-41-241Z.xml Page 1718556762 22.246 9 0 0 0
257880 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-52-41-253Z.xml Special Watchlist 1718556762 0.824 1 0 0 1
257881 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-52-41-273Z.xml User 1718556762 5.899 2 0 0 0
257882 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-52-43-939Z.xml BlankPage 1718556764 0.744 1 0 0 0
257883 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-53-14-569Z.xml Edit Event Registration 1718556795 16.424 4 0 0 0
257884 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-53-32-674Z.xml Enable Event Registration 1718556813 9.699 3 0 0 0
257885 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-53-44-059Z.xml Event page 1718556825 13.723 3 0 0 0
257886 22538 22538 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php81-selenium/926/artifact/log/WDIO.xunit-2024-06-16T10-53-59-458Z.xml MyEvents 1718556840 5.668 2 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 1626.622ms