home / tests

testsuites

5 rows where build_id = 891

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4840 891 891 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8475/artifact/log/WDIO.xunit-2021-09-22T02-15-46-657Z.xml Page 1632298547 0.719 17 0 0 17
4841 891 891 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8475/artifact/log/WDIO.xunit-2021-09-22T02-15-49-793Z.xml Special RecentChanges 1632298550 0.643 2 0 0 2
4842 891 891 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8475/artifact/log/WDIO.xunit-2021-09-22T02-15-52-816Z.xml User 1632298554 5.03 2 0 0 0
4843 891 891 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8475/artifact/log/WDIO.xunit-2021-09-22T02-16-00-287Z.xml Special Watchlist 1632298561 2.464 2 0 0 2
4844 891 891 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8475/artifact/log/WDIO.xunit-2021-09-22T02-16-05-620Z.xml BlankPage 1632298566 0.621 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 1535.689ms