home / tests

testsuites

4 rows where build_id = 13899

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183451 13899 13899 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/197/artifact/log/WDIO.xunit-2021-11-09T12-56-44-299Z.xml Advanced Search 1636487805 31.063 3 0 0 0
183452 13899 13899 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/197/artifact/log/WDIO.xunit-2021-11-09T12-57-17-882Z.xml Advanced Search 1636487839 46.924 1 0 0 0
183453 13899 13899 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/197/artifact/log/WDIO.xunit-2021-11-09T12-58-07-228Z.xml AdvancedSearch 1636487888 42.444 14 0 0 0
183454 13899 13899 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/197/artifact/log/WDIO.xunit-2021-11-09T12-58-52-105Z.xml Advanced Search submit 1636487933 11.005 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 1677.373ms