home / tests

testsuites

4 rows where build_id = 13877

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183363 13877 13877 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/219/artifact/log/WDIO.xunit-2021-11-29T12-56-46-421Z.xml Advanced Search 1638215810 32.939 3 0 0 0
183364 13877 13877 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/219/artifact/log/WDIO.xunit-2021-11-29T12-57-24-750Z.xml Advanced Search 1638215846 49.583 1 0 0 0
183365 13877 13877 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/219/artifact/log/WDIO.xunit-2021-11-29T12-58-16-530Z.xml AdvancedSearch 1638215897 41.087 14 0 0 0
183366 13877 13877 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/219/artifact/log/WDIO.xunit-2021-11-29T12-58-59-871Z.xml Advanced Search submit 1638215941 10.535 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.045ms