home / tests

testsuites

4 rows where build_id = 923

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4975 923 923 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/127/artifact/log/WDIO.xunit-2021-08-31T12-56-54-785Z.xml Advanced Search 1630436219 30.606 3 0 0 0
4976 923 923 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/127/artifact/log/WDIO.xunit-2021-08-31T12-57-31-854Z.xml Advanced Search 1630436253 41.39 1 0 0 0
4977 923 923 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/127/artifact/log/WDIO.xunit-2021-08-31T12-58-16-506Z.xml AdvancedSearch 1630436298 47.479 14 0 0 0
4978 923 923 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/127/artifact/log/WDIO.xunit-2021-08-31T12-59-07-288Z.xml Advanced Search submit 1630436349 17.487 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 1424.133ms