home / tests

testsuites

5 rows where build_id = 17862

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207629 17862 17862 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/14/artifact/log/WDIO.xunit-2024-01-29T02-18-44-981Z.xml Edit Event Registration 1706519926 28.951 3 0 0 0
207630 17862 17862 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/14/artifact/log/WDIO.xunit-2024-01-29T02-19-16-167Z.xml Enable Event Registration 1706519957 21.064 3 0 0 0
207631 17862 17862 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/14/artifact/log/WDIO.xunit-2024-01-29T02-19-38-882Z.xml Event page 1706519979 37.96 3 1 1 0
207632 17862 17862 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/14/artifact/log/WDIO.xunit-2024-01-29T02-20-18-586Z.xml Event page 1706520019 39.274 3 1 1 0
207633 17862 17862 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/14/artifact/log/WDIO.xunit-2024-01-29T02-20-59-516Z.xml MyEvents 1706520060 11.735 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 1574.312ms