home / tests

testsuites

4 rows where build_id = 13879

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183371 13879 13879 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/217/artifact/log/WDIO.xunit-2021-11-27T12-56-48-111Z.xml Advanced Search 1638043013 28.81 3 0 0 0
183372 13879 13879 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/217/artifact/log/WDIO.xunit-2021-11-27T12-57-22-909Z.xml Advanced Search 1638043044 45.782 1 0 0 0
183373 13879 13879 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/217/artifact/log/WDIO.xunit-2021-11-27T12-58-11-000Z.xml AdvancedSearch 1638043092 40.435 14 0 0 0
183374 13879 13879 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/217/artifact/log/WDIO.xunit-2021-11-27T12-58-53-786Z.xml Advanced Search submit 1638043135 10.787 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 1604.607ms