home / tests

testsuites

4 rows where build_id = 13895

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
183435 13895 13895 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/201/artifact/log/WDIO.xunit-2021-11-13T12-57-01-161Z.xml Advanced Search 1636833426 32.676 3 0 0 0
183436 13895 13895 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/201/artifact/log/WDIO.xunit-2021-11-13T12-57-40-421Z.xml Advanced Search 1636833462 46.837 1 0 0 0
183437 13895 13895 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/201/artifact/log/WDIO.xunit-2021-11-13T12-58-30-579Z.xml AdvancedSearch 1636833512 46.204 14 0 0 0
183438 13895 13895 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/201/artifact/log/WDIO.xunit-2021-11-13T12-59-20-276Z.xml Advanced Search submit 1636833562 13.263 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 1596.722ms