home / tests

testsuites

4 rows where build_id = 13888

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183407 13888 13888 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/208/artifact/log/WDIO.xunit-2021-11-20T12-56-47-981Z.xml Advanced Search 1637438212 37.103 3 0 0 0
183408 13888 13888 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/208/artifact/log/WDIO.xunit-2021-11-20T12-57-30-748Z.xml Advanced Search 1637438252 44.37 1 1 1 0
183409 13888 13888 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/208/artifact/log/WDIO.xunit-2021-11-20T12-58-17-479Z.xml AdvancedSearch 1637438299 44.448 14 0 0 0
183410 13888 13888 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/208/artifact/log/WDIO.xunit-2021-11-20T12-59-04-647Z.xml Advanced Search submit 1637438346 11.129 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 1762.367ms