home / tests

testsuites

3 rows where build_id = 15227

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193830 15227 15227 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/892/artifact/log/WDIO.xunit-2023-09-22T12-56-28-383Z.xml Advanced Search 1695408994 12.827 1 0 0 0
193831 15227 15227 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/892/artifact/log/WDIO.xunit-2023-09-22T12-56-28-442Z.xml Advanced Search 1695408994 7.076 1 0 0 0
193832 15227 15227 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/892/artifact/log/WDIO.xunit-2023-09-22T12-56-51-189Z.xml Advanced Search 1695409012 13.387 3 1 1 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 1599.033ms