home / tests

testsuites

4 rows where build_id = 15230

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests

id ▼ build_id url name timestamp time tests failures errors skipped
193842 15230 15230 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/889/artifact/log/WDIO.xunit-2023-09-19T12-56-21-887Z.xml Advanced Search 1695149787 15.713 3 1 1 0
193843 15230 15230 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/889/artifact/log/WDIO.xunit-2023-09-19T12-56-21-932Z.xml Advanced Search 1695149787 12.952 1 0 0 0
193844 15230 15230 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/889/artifact/log/WDIO.xunit-2023-09-19T12-56-22-016Z.xml Advanced Search 1695149787 8.704 1 0 0 0
193845 15230 15230 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/889/artifact/log/WDIO.xunit-2023-09-19T12-56-43-932Z.xml Advanced Search 1695149805 13.569 3 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 1670.531ms