home / tests

testsuites

5 rows where build_id = 17866

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
207652 17866 17866 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/10/artifact/log/WDIO.xunit-2024-01-25T02-18-17-567Z.xml Edit Event Registration 1706174302 17.704 3 1 1 1
207653 17866 17866 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/10/artifact/log/WDIO.xunit-2024-01-25T02-18-40-607Z.xml Edit Event Registration 1706174321 14.998 3 1 1 1
207654 17866 17866 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/10/artifact/log/WDIO.xunit-2024-01-25T02-18-57-159Z.xml Enable Event Registration 1706174338 14.911 3 0 0 0
207655 17866 17866 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/10/artifact/log/WDIO.xunit-2024-01-25T02-19-13-639Z.xml Event page 1706174354 40.452 3 0 0 0
207656 17866 17866 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/10/artifact/log/WDIO.xunit-2024-01-25T02-19-55-612Z.xml MyEvents 1706174396 10.386 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.92ms