home / tests

testsuites

4 rows where build_id = 904

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4899 904 904 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/146/artifact/log/WDIO.xunit-2021-09-19T12-56-35-666Z.xml Advanced Search 1632077800 29.865 3 0 0 0
4900 904 904 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/146/artifact/log/WDIO.xunit-2021-09-19T12-57-11-523Z.xml Advanced Search 1632077832 38.906 1 0 0 0
4901 904 904 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/146/artifact/log/WDIO.xunit-2021-09-19T12-57-52-540Z.xml AdvancedSearch 1632077873 45.065 14 0 0 0
4902 904 904 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/146/artifact/log/WDIO.xunit-2021-09-19T12-58-39-845Z.xml Advanced Search submit 1632077921 11.02 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 1507.069ms