home / tests

testsuites

4 rows where build_id = 896

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4867 896 896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/154/artifact/log/WDIO.xunit-2021-09-27T12-56-48-998Z.xml Advanced Search 1632769011 27.557 3 0 0 0
4868 896 896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/154/artifact/log/WDIO.xunit-2021-09-27T12-57-20-104Z.xml Advanced Search 1632769042 43.035 1 0 0 0
4869 896 896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/154/artifact/log/WDIO.xunit-2021-09-27T12-58-06-366Z.xml AdvancedSearch 1632769088 46.739 14 0 0 0
4870 896 896 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/154/artifact/log/WDIO.xunit-2021-09-27T12-58-56-538Z.xml Advanced Search submit 1632769138 18.564 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 1505.536ms