home / tests

testsuites

5 rows where build_id = 773

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3235 773 773 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77959/artifact/log/WDIO.xunit-2021-09-27T22-40-41-026Z.xml Page 1632804042 2.924 17 0 0 17
3236 773 773 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77959/artifact/log/WDIO.xunit-2021-09-27T22-40-46-484Z.xml Special RecentChanges 1632804048 1.415 2 0 0 2
3237 773 773 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77959/artifact/log/WDIO.xunit-2021-09-27T22-40-50-829Z.xml User 1632804052 5.113 2 0 0 0
3238 773 773 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77959/artifact/log/WDIO.xunit-2021-09-27T22-40-58-834Z.xml Special Watchlist 1632804060 2.378 2 0 0 2
3239 773 773 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77959/artifact/log/WDIO.xunit-2021-09-27T22-41-03-676Z.xml BlankPage 1632804064 0.594 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 1530.213ms