home / tests

testsuites

4 rows where build_id = 13891

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ build_id url name timestamp time tests failures errors skipped
183419 13891 13891 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/205/artifact/log/WDIO.xunit-2021-11-17T12-57-01-675Z.xml Advanced Search 1637179026 34.05 3 0 0 0
183420 13891 13891 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/205/artifact/log/WDIO.xunit-2021-11-17T12-57-42-237Z.xml Advanced Search 1637179064 45.894 1 0 0 0
183421 13891 13891 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/205/artifact/log/WDIO.xunit-2021-11-17T12-58-31-445Z.xml AdvancedSearch 1637179113 51.205 14 0 0 0
183422 13891 13891 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/205/artifact/log/WDIO.xunit-2021-11-17T12-59-26-041Z.xml Advanced Search submit 1637179168 13.618 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 2052.09ms