home / tests

testsuites

5 rows where build_id = 17869

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207663 17869 17869 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/7/artifact/log/WDIO.xunit-2024-01-22T02-18-43-923Z.xml Edit Event Registration 1705915124 17.939 3 1 1 1
207664 17869 17869 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/7/artifact/log/WDIO.xunit-2024-01-22T02-19-03-476Z.xml Edit Event Registration 1705915144 16.68 3 1 1 1
207665 17869 17869 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/7/artifact/log/WDIO.xunit-2024-01-22T02-19-21-772Z.xml Enable Event Registration 1705915162 14.441 3 0 0 0
207666 17869 17869 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/7/artifact/log/WDIO.xunit-2024-01-22T02-19-37-691Z.xml Event page 1705915178 36.378 3 2 2 0
207667 17869 17869 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/7/artifact/log/WDIO.xunit-2024-01-22T02-20-15-689Z.xml Event page 1705915216 37.714 3 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 1626.231ms