home / tests

testsuites

4 rows where build_id = 13886

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183399 13886 13886 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/210/artifact/log/WDIO.xunit-2021-11-22T12-56-50-519Z.xml Advanced Search 1637611019 31.099 3 3 3 0
183400 13886 13886 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/210/artifact/log/WDIO.xunit-2021-11-22T12-57-31-066Z.xml Advanced Search 1637611052 2.592 1 1 1 0
183401 13886 13886 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/210/artifact/log/WDIO.xunit-2021-11-22T12-57-36-050Z.xml AdvancedSearch 1637611057 75.598 14 14 14 0
183402 13886 13886 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/210/artifact/log/WDIO.xunit-2021-11-22T12-58-54-025Z.xml Advanced Search submit 1637611135 31.474 6 6 6 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 1578.695ms