home / tests

testsuites

4 rows where build_id = 897

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4871 897 897 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/153/artifact/log/WDIO.xunit-2021-09-26T12-56-40-200Z.xml Advanced Search 1632682604 28.588 3 0 0 0
4872 897 897 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/153/artifact/log/WDIO.xunit-2021-09-26T12-57-13-745Z.xml Advanced Search 1632682635 37.628 1 0 0 0
4873 897 897 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/153/artifact/log/WDIO.xunit-2021-09-26T12-57-53-493Z.xml AdvancedSearch 1632682674 40.496 14 0 0 0
4874 897 897 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/153/artifact/log/WDIO.xunit-2021-09-26T12-58-36-186Z.xml Advanced Search submit 1632682717 10.636 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 1818.034ms