home / tests

testsuites

4 rows where build_id = 13896

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183439 13896 13896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/200/artifact/log/WDIO.xunit-2021-11-12T12-56-48-742Z.xml Advanced Search 1636747013 28.912 3 0 0 0
183440 13896 13896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/200/artifact/log/WDIO.xunit-2021-11-12T12-57-23-573Z.xml Advanced Search 1636747044 43.125 1 0 0 0
183441 13896 13896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/200/artifact/log/WDIO.xunit-2021-11-12T12-58-09-047Z.xml AdvancedSearch 1636747090 41.956 14 0 0 0
183442 13896 13896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/200/artifact/log/WDIO.xunit-2021-11-12T12-58-53-468Z.xml Advanced Search submit 1636747134 11.517 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 2022.525ms