home / tests

testsuites

6 rows where build_id = 19425

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: failures

id ▼ build_id url name timestamp time tests failures errors skipped
227846 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-18-19-181Z.xml Edit Event Registration 1707470303 16.502 3 1 1 1
227847 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-18-40-553Z.xml Edit Event Registration 1707470321 15.441 3 1 1 1
227848 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-18-57-588Z.xml Enable Event Registration 1707470338 15.385 3 0 0 0
227849 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-19-14-598Z.xml Event page 1707470355 35.135 3 1 1 0
227850 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-19-51-353Z.xml Event page 1707470392 34.843 3 1 1 0
227851 19425 19425 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/25/artifact/log/WDIO.xunit-2024-02-09T02-20-27-830Z.xml MyEvents 1707470428 12.856 2 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 2793.408ms