home / tests

testsuites

4 rows where build_id = 907

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4911 907 907 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/143/artifact/log/WDIO.xunit-2021-09-16T12-56-38-326Z.xml Advanced Search 1631818602 33.477 3 0 0 0
4912 907 907 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/143/artifact/log/WDIO.xunit-2021-09-16T12-57-17-331Z.xml Advanced Search 1631818638 42.644 1 0 0 0
4913 907 907 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/143/artifact/log/WDIO.xunit-2021-09-16T12-58-02-141Z.xml AdvancedSearch 1631818683 41.748 14 0 0 0
4914 907 907 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/143/artifact/log/WDIO.xunit-2021-09-16T12-58-46-225Z.xml Advanced Search submit 1631818727 11.416 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 1505.589ms