home / tests

testsuites

4 rows where build_id = 13873

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183347 13873 13873 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/223/artifact/log/WDIO.xunit-2021-12-03T12-56-43-939Z.xml Advanced Search 1638561408 33.994 3 0 0 0
183348 13873 13873 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/223/artifact/log/WDIO.xunit-2021-12-03T12-57-23-466Z.xml Advanced Search 1638561445 50.575 1 0 0 0
183349 13873 13873 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/223/artifact/log/WDIO.xunit-2021-12-03T12-58-16-741Z.xml AdvancedSearch 1638561498 46.188 14 0 0 0
183350 13873 13873 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/223/artifact/log/WDIO.xunit-2021-12-03T12-59-05-183Z.xml Advanced Search submit 1638561546 10.285 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 1601.685ms