home / tests

testsuites

5 rows where build_id = 789

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3365 789 789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77942/artifact/log/WDIO.xunit-2021-09-27T21-53-32-217Z.xml Page 1632801213 1.112 17 0 0 17
3366 789 789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77942/artifact/log/WDIO.xunit-2021-09-27T21-53-35-842Z.xml Special RecentChanges 1632801217 0.626 2 0 0 2
3367 789 789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77942/artifact/log/WDIO.xunit-2021-09-27T21-53-39-054Z.xml User 1632801220 5.061 2 0 0 0
3368 789 789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77942/artifact/log/WDIO.xunit-2021-09-27T21-53-46-543Z.xml Special Watchlist 1632801227 2.243 2 0 0 2
3369 789 789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77942/artifact/log/WDIO.xunit-2021-09-27T21-53-51-205Z.xml BlankPage 1632801232 0.687 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 1529.004ms