home / tests

testsuites

4 rows where build_id = 4482

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
61744 4482 4482 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/160/artifact/log/WDIO.xunit-2021-10-03T12-56-43-058Z.xml Advanced Search 1633287407 27.072 3 0 0 0
61745 4482 4482 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/160/artifact/log/WDIO.xunit-2021-10-03T12-57-15-876Z.xml Advanced Search 1633287437 41.193 1 0 0 0
61746 4482 4482 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/160/artifact/log/WDIO.xunit-2021-10-03T12-57-59-581Z.xml AdvancedSearch 1633287481 43.755 14 0 0 0
61747 4482 4482 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/160/artifact/log/WDIO.xunit-2021-10-03T12-58-45-815Z.xml Advanced Search submit 1633287527 11.477 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 2754.689ms