home / tests

testsuites

4 rows where build_id = 920

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4963 920 920 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/130/artifact/log/WDIO.xunit-2021-09-03T12-56-51-550Z.xml Advanced Search 1630695416 40.709 3 0 0 0
4964 920 920 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/130/artifact/log/WDIO.xunit-2021-09-03T12-57-38-037Z.xml Advanced Search 1630695459 39.093 1 0 0 0
4965 920 920 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/130/artifact/log/WDIO.xunit-2021-09-03T12-58-19-328Z.xml AdvancedSearch 1630695500 39.681 14 0 0 0
4966 920 920 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/130/artifact/log/WDIO.xunit-2021-09-03T12-59-01-301Z.xml Advanced Search submit 1630695542 10.595 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 1508.295ms