home / tests

testsuites

4 rows where build_id = 13889

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183411 13889 13889 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/207/artifact/log/WDIO.xunit-2021-11-19T12-56-50-586Z.xml Advanced Search 1637351815 27.924 3 0 0 0
183412 13889 13889 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/207/artifact/log/WDIO.xunit-2021-11-19T12-57-24-180Z.xml Advanced Search 1637351845 46.051 1 0 0 0
183413 13889 13889 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/207/artifact/log/WDIO.xunit-2021-11-19T12-58-13-006Z.xml AdvancedSearch 1637351894 42.296 14 0 0 0
183414 13889 13889 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/207/artifact/log/WDIO.xunit-2021-11-19T12-58-58-088Z.xml Advanced Search submit 1637351939 12.782 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 1593.027ms