home / tests

testsuites

5 rows where build_id = 17868

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, failures, errors, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
207658 17868 17868 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/8/artifact/log/WDIO.xunit-2024-01-23T02-18-19-588Z.xml Edit Event Registration 1706001504 17.113 3 1 1 1
207659 17868 17868 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/8/artifact/log/WDIO.xunit-2024-01-23T02-18-42-366Z.xml Edit Event Registration 1706001523 18.697 3 1 1 1
207660 17868 17868 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/8/artifact/log/WDIO.xunit-2024-01-23T02-19-02-786Z.xml Enable Event Registration 1706001543 15.005 3 0 0 0
207661 17868 17868 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/8/artifact/log/WDIO.xunit-2024-01-23T02-19-19-420Z.xml Event page 1706001560 33.985 3 2 2 0
207662 17868 17868 https://integration.wikimedia.org/ci/job/selenium-daily-beta-CampaignEvents/8/artifact/log/WDIO.xunit-2024-01-23T02-19-55-086Z.xml Event page 1706001596 38.883 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 1807.632ms