home / tests

testsuites

5 rows where build_id = 17871

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207672 17871 17871 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/5/artifact/log/WDIO.xunit-2024-01-20T02-18-17-895Z.xml Edit Event Registration 1705742298 16.904 3 1 1 1
207673 17871 17871 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/5/artifact/log/WDIO.xunit-2024-01-20T02-18-36-399Z.xml Edit Event Registration 1705742317 14.042 3 1 1 1
207674 17871 17871 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/5/artifact/log/WDIO.xunit-2024-01-20T02-18-51-987Z.xml Enable Event Registration 1705742332 14.743 3 0 0 0
207675 17871 17871 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/5/artifact/log/WDIO.xunit-2024-01-20T02-19-08-261Z.xml Event page 1705742349 39.626 3 0 0 0
207676 17871 17871 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/5/artifact/log/WDIO.xunit-2024-01-20T02-19-49-420Z.xml MyEvents 1705742390 10.079 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 1616.01ms