home / tests

testsuites

4 rows where build_id = 10083

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137816 10083 10083 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/166/artifact/log/WDIO.xunit-2021-10-09T12-56-36-933Z.xml Advanced Search 1633805801 26.351 3 0 0 0
137817 10083 10083 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/166/artifact/log/WDIO.xunit-2021-10-09T12-57-08-473Z.xml Advanced Search 1633805829 45.928 1 0 0 0
137818 10083 10083 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/166/artifact/log/WDIO.xunit-2021-10-09T12-57-56-605Z.xml AdvancedSearch 1633805877 38.381 14 0 0 0
137819 10083 10083 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/166/artifact/log/WDIO.xunit-2021-10-09T12-58-37-268Z.xml Advanced Search submit 1633805918 9.759 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 1602.763ms