home / tests

testsuites

4 rows where build_id = 13887

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183403 13887 13887 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/209/artifact/log/WDIO.xunit-2021-11-21T12-57-17-727Z.xml Advanced Search 1637524639 31.164 3 3 3 0
183404 13887 13887 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/209/artifact/log/WDIO.xunit-2021-11-21T12-57-51-743Z.xml Advanced Search 1637524673 2.45 1 1 1 0
183405 13887 13887 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/209/artifact/log/WDIO.xunit-2021-11-21T12-57-56-426Z.xml AdvancedSearch 1637524677 75.493 14 14 14 0
183406 13887 13887 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/209/artifact/log/WDIO.xunit-2021-11-21T12-59-14-212Z.xml Advanced Search submit 1637524755 31.473 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 1609.483ms