home / tests

testsuites

4 rows where build_id = 6890

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
94027 6890 6890 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/163/artifact/log/WDIO.xunit-2021-10-06T12-56-40-613Z.xml Advanced Search 1633546602 26.809 3 0 0 0
94028 6890 6890 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/163/artifact/log/WDIO.xunit-2021-10-06T12-57-09-924Z.xml Advanced Search 1633546631 43.052 1 0 0 0
94029 6890 6890 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/163/artifact/log/WDIO.xunit-2021-10-06T12-57-55-098Z.xml AdvancedSearch 1633546676 43.223 14 0 0 0
94030 6890 6890 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/163/artifact/log/WDIO.xunit-2021-10-06T12-58-40-619Z.xml Advanced Search submit 1633546721 10.111 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 1539.509ms