home / tests

testsuites

4 rows where build_id = 924

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4979 924 924 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/126/artifact/log/WDIO.xunit-2021-08-30T12-56-36-016Z.xml Advanced Search 1630349800 29.884 3 1 1 0
4980 924 924 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/126/artifact/log/WDIO.xunit-2021-08-30T12-57-11-761Z.xml Advanced Search 1630349833 37.201 1 0 0 0
4981 924 924 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/126/artifact/log/WDIO.xunit-2021-08-30T12-57-51-329Z.xml AdvancedSearch 1630349872 40.13 14 0 0 0
4982 924 924 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/126/artifact/log/WDIO.xunit-2021-08-30T12-58-33-803Z.xml Advanced Search submit 1630349915 10.825 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 1522.609ms