home / tests

testsuites

5 rows where build_id = 820

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3835 820 820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77908/artifact/log/WDIO.xunit-2021-09-27T18-49-40-061Z.xml Page 1632790181 1.389 17 0 0 17
3836 820 820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77908/artifact/log/WDIO.xunit-2021-09-27T18-49-45-063Z.xml Special RecentChanges 1632790186 0.856 2 0 0 2
3837 820 820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77908/artifact/log/WDIO.xunit-2021-09-27T18-49-49-599Z.xml User 1632790191 11.752 2 0 0 0
3838 820 820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77908/artifact/log/WDIO.xunit-2021-09-27T18-50-04-891Z.xml Special Watchlist 1632790206 2.464 2 0 0 2
3839 820 820 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/77908/artifact/log/WDIO.xunit-2021-09-27T18-50-10-977Z.xml BlankPage 1632790212 2.887 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 2019.522ms