home / tests

testsuites

4 rows where build_id = 11957

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
159191 11957 11957 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/171/artifact/log/WDIO.xunit-2021-10-14T12-56-44-374Z.xml Advanced Search 1634237808 38.422 3 0 0 0
159192 11957 11957 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/171/artifact/log/WDIO.xunit-2021-10-14T12-57-27-895Z.xml Advanced Search 1634237849 43.381 1 0 0 0
159193 11957 11957 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/171/artifact/log/WDIO.xunit-2021-10-14T12-58-13-592Z.xml AdvancedSearch 1634237895 40.36 14 0 0 0
159194 11957 11957 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/171/artifact/log/WDIO.xunit-2021-10-14T12-58-56-392Z.xml Advanced Search submit 1634237937 10.413 6 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 1609.023ms