home / tests

testsuites

4 rows where build_id = 915

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4943 915 915 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/135/artifact/log/WDIO.xunit-2021-09-08T12-56-39-980Z.xml Advanced Search 1631127405 33.941 3 0 0 0
4944 915 915 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/135/artifact/log/WDIO.xunit-2021-09-08T12-57-20-206Z.xml Advanced Search 1631127441 38.026 1 0 0 0
4945 915 915 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/135/artifact/log/WDIO.xunit-2021-09-08T12-58-00-855Z.xml AdvancedSearch 1631127482 41.016 14 0 0 0
4946 915 915 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/135/artifact/log/WDIO.xunit-2021-09-08T12-58-44-221Z.xml Advanced Search submit 1631127525 10.666 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 1504.371ms