home / tests

testsuites

3 rows where build_id = 15445

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
194424 15445 15445 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1955/artifact/log/WDIO.xunit-2023-09-22T16-25-22-607Z.xml Dwelling on a valid reference link 1695421527 9.938 5 0 0 4
194425 15445 15445 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1955/artifact/log/WDIO.xunit-2023-09-22T16-25-22-614Z.xml Dwelling on a valid page link 1695421527 13.778 4 1 1 0
194426 15445 15445 https://integration.wikimedia.org/ci/job/selenium-daily-beta-Popups/1955/artifact/log/WDIO.xunit-2023-09-22T16-25-42-735Z.xml Dwelling on a valid page link 1695421543 9.047 4 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 1622.188ms