home / tests

testsuites

5 rows where build_id = 15029

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191374 15029 15029 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T23-56-38-197Z.xml Special RecentChanges 1695362199 3.118 1 0 0 0
191375 15029 15029 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T23-56-38-201Z.xml Page 1695362199 23.025 9 0 0 0
191376 15029 15029 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T23-56-38-302Z.xml User 1695362199 5.362 2 0 0 0
191377 15029 15029 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T23-56-38-313Z.xml Special Watchlist 1695362199 0.533 1 0 0 1
191378 15029 15029 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/364/artifact/log/WDIO.xunit-2023-09-21T23-56-41-002Z.xml BlankPage 1695362202 0.651 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 1620.263ms