home / tests

testsuites

4 rows where build_id = 13901

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183459 13901 13901 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/195/artifact/log/WDIO.xunit-2021-11-07T12-57-17-797Z.xml Advanced Search 1636315039 26.626 3 0 0 0
183460 13901 13901 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/195/artifact/log/WDIO.xunit-2021-11-07T12-57-47-299Z.xml Advanced Search 1636315068 44.072 1 0 0 0
183461 13901 13901 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/195/artifact/log/WDIO.xunit-2021-11-07T12-58-33-753Z.xml AdvancedSearch 1636315115 40.331 14 0 0 0
183462 13901 13901 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/195/artifact/log/WDIO.xunit-2021-11-07T12-59-16-892Z.xml Advanced Search submit 1636315158 10.999 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 1606.338ms