home / tests

testsuites

4 rows where build_id = 13872

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183343 13872 13872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/224/artifact/log/WDIO.xunit-2021-12-04T12-57-01-868Z.xml Advanced Search 1638647824 25.579 3 0 0 0
183344 13872 13872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/224/artifact/log/WDIO.xunit-2021-12-04T12-57-30-858Z.xml Advanced Search 1638647852 48.47 1 0 0 0
183345 13872 13872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/224/artifact/log/WDIO.xunit-2021-12-04T12-58-22-491Z.xml AdvancedSearch 1638647904 44.984 14 0 0 0
183346 13872 13872 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/224/artifact/log/WDIO.xunit-2021-12-04T12-59-10-773Z.xml Advanced Search submit 1638647952 13.494 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 1609.921ms