home / tests

testsuites

8 rows where build_id = 857

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4414 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-15-41-729Z.xml Page 1632802542 0.657 17 0 0 17
4415 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-15-44-940Z.xml Special RecentChanges 1632802546 0.75 2 0 0 2
4416 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-15-48-277Z.xml User 1632802549 6.544 2 0 0 0
4417 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-15-57-362Z.xml Special Watchlist 1632802558 2.957 2 0 0 2
4418 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-16-02-882Z.xml BlankPage 1632802563 0.95 1 0 0 0
4419 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-16-21-580Z.xml Cite backlinks 1632802582 4.365 6 0 0 0
4420 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-16-40-546Z.xml Echo 1632802604 10.316 4 0 0 0
4421 857 857 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23738/artifact/log/WDIO.xunit-2021-09-27T22-16-55-506Z.xml Notifications 1632802618 3.824 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 1591.458ms