home / tests

testsuites

4 rows where build_id = 13119

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
177734 13119 13119 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/174/artifact/log/WDIO.xunit-2021-10-17T12-56-44-001Z.xml Advanced Search 1634497005 36.708 3 0 0 0
177735 13119 13119 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/174/artifact/log/WDIO.xunit-2021-10-17T12-57-23-051Z.xml Advanced Search 1634497044 43.056 1 0 0 0
177736 13119 13119 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/174/artifact/log/WDIO.xunit-2021-10-17T12-58-08-284Z.xml AdvancedSearch 1634497089 37.323 14 0 0 0
177737 13119 13119 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/174/artifact/log/WDIO.xunit-2021-10-17T12-58-47-842Z.xml Advanced Search submit 1634497129 9.539 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 1603.463ms