home / tests

testsuites

2 rows where build_id = 11894

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
157653 11894 11894 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/118233/artifact/log/WDIO.xunit-2021-10-14T09-57-47-725Z.xml Homepage 1634227077 4.74 3 0 0 0
157654 11894 11894 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/118233/artifact/log/WDIO.xunit-2021-10-14T09-58-04-029Z.xml Special WelcomeSurvey 1634227091 4.323 1 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 1620.335ms