home / tests

testsuites

6 rows where build_id = 24234

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
274780 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-40-402Z.xml Page 1723555902 37.203 9 0 0 0
274781 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-40-470Z.xml User 1723555902 12.59 2 0 0 0
274782 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-40-536Z.xml Special SpecialPages 1723555902 2.798 1 0 0 0
274783 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-40-579Z.xml Special RecentChanges 1723555902 8.946 1 0 0 0
274784 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-46-663Z.xml Special Watchlist 1723555909 0.928 1 0 0 1
274785 24234 24234 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/artifact/log/WDIO.xunit-2024-08-13T07-31-52-597Z.xml BlankPage 1723555914 1.198 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 1655.06ms