home / tests

testsuites

4 rows where build_id = 902

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4891 902 902 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/148/artifact/log/WDIO.xunit-2021-09-21T12-56-47-320Z.xml Advanced Search 1632250612 29.995 3 0 0 0
4892 902 902 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/148/artifact/log/WDIO.xunit-2021-09-21T12-57-23-262Z.xml Advanced Search 1632250644 40.535 1 0 0 0
4893 902 902 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/148/artifact/log/WDIO.xunit-2021-09-21T12-58-06-091Z.xml AdvancedSearch 1632250687 42.156 14 0 0 0
4894 902 902 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/148/artifact/log/WDIO.xunit-2021-09-21T12-58-50-604Z.xml Advanced Search submit 1632250732 11.554 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 1530.771ms