home / tests

testsuites

4 rows where build_id = 3249

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
40179 3249 3249 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/157/artifact/log/WDIO.xunit-2021-09-30T12-56-42-882Z.xml Advanced Search 1633028204 25.519 3 0 0 0
40180 3249 3249 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/157/artifact/log/WDIO.xunit-2021-09-30T12-57-11-397Z.xml Advanced Search 1633028233 45.259 1 0 0 0
40181 3249 3249 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/157/artifact/log/WDIO.xunit-2021-09-30T12-57-59-520Z.xml AdvancedSearch 1633028281 43.517 14 0 0 0
40182 3249 3249 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/157/artifact/log/WDIO.xunit-2021-09-30T12-58-45-653Z.xml Advanced Search submit 1633028327 11.526 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 1550.076ms