home / tests

testsuites

4 rows where build_id = 13885

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183395 13885 13885 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/211/artifact/log/WDIO.xunit-2021-11-23T12-56-45-595Z.xml Advanced Search 1637697410 30.659 3 0 0 0
183396 13885 13885 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/211/artifact/log/WDIO.xunit-2021-11-23T12-57-21-713Z.xml Advanced Search 1637697443 48.601 1 1 1 0
183397 13885 13885 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/211/artifact/log/WDIO.xunit-2021-11-23T12-58-12-604Z.xml AdvancedSearch 1637697494 49.277 14 2 2 0
183398 13885 13885 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/211/artifact/log/WDIO.xunit-2021-11-23T12-59-04-329Z.xml Advanced Search submit 1637697545 15.397 6 1 1 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 1621.455ms