home / tests

testsuites

4 rows where build_id = 916

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ build_id url name timestamp time tests failures errors skipped
4947 916 916 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/134/artifact/log/WDIO.xunit-2021-09-07T12-56-40-682Z.xml Advanced Search 1631041005 37.237 3 0 0 0
4948 916 916 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/134/artifact/log/WDIO.xunit-2021-09-07T12-57-23-644Z.xml Advanced Search 1631041045 38.491 1 0 0 0
4949 916 916 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/134/artifact/log/WDIO.xunit-2021-09-07T12-58-04-504Z.xml AdvancedSearch 1631041085 42.018 14 0 0 0
4950 916 916 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/134/artifact/log/WDIO.xunit-2021-09-07T12-58-48-860Z.xml Advanced Search submit 1631041130 10.861 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 1667.376ms