home / tests

testsuites

5 rows where build_id = 10469

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140916 10469 10469 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23817/artifact/log/WDIO.xunit-2021-10-10T16-49-46-472Z.xml Page 1633906187 0.805 17 0 0 17
140917 10469 10469 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23817/artifact/log/WDIO.xunit-2021-10-10T16-49-49-705Z.xml Special RecentChanges 1633906190 0.689 2 0 0 2
140918 10469 10469 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23817/artifact/log/WDIO.xunit-2021-10-10T16-49-52-748Z.xml User 1633906193 5.167 2 0 0 0
140919 10469 10469 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23817/artifact/log/WDIO.xunit-2021-10-10T16-50-00-295Z.xml Special Watchlist 1633906201 2.272 2 0 0 2
140920 10469 10469 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23817/artifact/log/WDIO.xunit-2021-10-10T16-50-04-935Z.xml BlankPage 1633906205 0.744 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 2154.502ms