home / tests

testsuites

6 rows where build_id = 17865

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207646 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-18-18-463Z.xml Edit Event Registration 1706260699 27.422 3 0 0 0
207647 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-18-48-041Z.xml Enable Event Registration 1706260729 16.832 3 0 0 0
207648 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-19-06-471Z.xml Event page 1706260747 32.903 3 3 3 0
207649 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-19-40-959Z.xml Event page 1706260781 34.798 3 2 2 0
207650 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-20-17-379Z.xml MyEvents 1706260818 18.419 2 1 1 0
207651 17865 17865 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/11/artifact/log/WDIO.xunit-2024-01-26T02-20-37-431Z.xml MyEvents 1706260838 12.669 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 1615.355ms