home / tests

testsuites

5 rows where build_id = 892

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4845 892 892 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8474/artifact/log/WDIO.xunit-2021-09-21T15-26-13-767Z.xml Page 1632259575 0.846 17 0 0 17
4846 892 892 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8474/artifact/log/WDIO.xunit-2021-09-21T15-26-17-677Z.xml Special RecentChanges 1632259579 0.779 2 0 0 2
4847 892 892 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8474/artifact/log/WDIO.xunit-2021-09-21T15-26-21-497Z.xml User 1632259583 6.698 2 0 0 0
4848 892 892 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8474/artifact/log/WDIO.xunit-2021-09-21T15-26-31-420Z.xml Special Watchlist 1632259593 2.727 2 0 0 2
4849 892 892 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8474/artifact/log/WDIO.xunit-2021-09-21T15-26-37-183Z.xml BlankPage 1632259598 0.741 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 1432.428ms