home / tests

testsuites

4 rows where build_id = 12529

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
168315 12529 12529 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/172/artifact/log/WDIO.xunit-2021-10-15T12-57-01-692Z.xml Advanced Search 1634324223 40.888 3 0 0 0
168316 12529 12529 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/172/artifact/log/WDIO.xunit-2021-10-15T12-57-46-128Z.xml Advanced Search 1634324268 50.286 1 0 0 0
168317 12529 12529 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/172/artifact/log/WDIO.xunit-2021-10-15T12-58-39-721Z.xml AdvancedSearch 1634324321 45.578 14 0 0 0
168318 12529 12529 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/172/artifact/log/WDIO.xunit-2021-10-15T12-59-28-696Z.xml Advanced Search submit 1634324370 12.635 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 1614.803ms