home / tests

testsuites

5 rows where build_id = 20743

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244146 20743 20743 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8522/artifact/log/WDIO.xunit-2024-05-09T16-46-09-523Z.xml Page 1715294770 25.471 9 0 0 0
244147 20743 20743 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8522/artifact/log/WDIO.xunit-2024-05-09T16-46-09-542Z.xml User 1715294770 6.097 2 0 0 0
244148 20743 20743 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8522/artifact/log/WDIO.xunit-2024-05-09T16-46-09-551Z.xml Special RecentChanges 1715294770 3.739 1 0 0 0
244149 20743 20743 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8522/artifact/log/WDIO.xunit-2024-05-09T16-46-09-612Z.xml Special Watchlist 1715294771 0.625 1 0 0 1
244150 20743 20743 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8522/artifact/log/WDIO.xunit-2024-05-09T16-46-12-542Z.xml BlankPage 1715294773 0.72 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 1437.69ms