home / tests

testsuites

4 rows where build_id = 12970

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
175800 12970 12970 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/173/artifact/log/WDIO.xunit-2021-10-16T12-56-58-805Z.xml Advanced Search 1634410624 28.233 3 0 0 0
175801 12970 12970 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/173/artifact/log/WDIO.xunit-2021-10-16T12-57-34-145Z.xml Advanced Search 1634410656 45.174 1 0 0 0
175802 12970 12970 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/173/artifact/log/WDIO.xunit-2021-10-16T12-58-22-515Z.xml AdvancedSearch 1634410704 52.211 14 0 0 0
175803 12970 12970 https://integration.wikimedia.org/ci/job/selenium-daily-beta-AdvancedSearch/173/artifact/log/WDIO.xunit-2021-10-16T12-59-17-944Z.xml Advanced Search submit 1634410759 13.79 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 1625.809ms