home / tests

testsuites

3 rows where build_id = 15447

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: failures

id ▼ build_id url name timestamp time tests failures errors skipped
194428 15447 15447 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1953/artifact/log/WDIO.xunit-2023-09-21T16-25-30-980Z.xml Dwelling on a valid reference link 1695335135 13.2 5 1 1 4
194429 15447 15447 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1953/artifact/log/WDIO.xunit-2023-09-21T16-25-30-981Z.xml Dwelling on a valid page link 1695335135 9.433 4 0 0 0
194430 15447 15447 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1953/artifact/log/WDIO.xunit-2023-09-21T16-25-50-007Z.xml Dwelling on a valid reference link 1695335151 8.177 5 0 0 4

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 4767.092ms