home / tests

testsuites

4 rows where build_id = 900

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name

id ▼ build_id url name timestamp time tests failures errors skipped
4883 900 900 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/150/artifact/log/WDIO.xunit-2021-09-23T12-57-09-522Z.xml Advanced Search 1632423436 25.287 3 0 0 0
4884 900 900 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/150/artifact/log/WDIO.xunit-2021-09-23T12-57-43-229Z.xml Advanced Search 1632423465 43.099 1 0 0 0
4885 900 900 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/150/artifact/log/WDIO.xunit-2021-09-23T12-58-29-795Z.xml AdvancedSearch 1632423511 51.798 14 0 0 0
4886 900 900 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/150/artifact/log/WDIO.xunit-2021-09-23T12-59-25-171Z.xml Advanced Search submit 1632423567 14.366 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 1470.467ms