home / tests

testsuites

4 rows where build_id = 918

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4955 918 918 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/132/artifact/log/WDIO.xunit-2021-09-05T12-56-38-076Z.xml Advanced Search 1630868199 23.492 3 0 0 0
4956 918 918 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/132/artifact/log/WDIO.xunit-2021-09-05T12-57-04-030Z.xml Advanced Search 1630868225 47.003 1 0 0 0
4957 918 918 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/132/artifact/log/WDIO.xunit-2021-09-05T12-57-53-269Z.xml AdvancedSearch 1630868274 42.578 14 0 0 0
4958 918 918 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/132/artifact/log/WDIO.xunit-2021-09-05T12-58-38-073Z.xml Advanced Search submit 1630868319 10.58 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 1501.363ms