home / tests

testsuites

5 rows where build_id = 2427

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
25822 2427 2427 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23743/artifact/log/WDIO.xunit-2021-09-29T07-56-27-932Z.xml Page 1632923789 0.801 17 0 0 17
25823 2427 2427 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23743/artifact/log/WDIO.xunit-2021-09-29T07-56-31-237Z.xml Special RecentChanges 1632923792 0.712 2 0 0 2
25824 2427 2427 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23743/artifact/log/WDIO.xunit-2021-09-29T07-56-34-368Z.xml User 1632923795 5.327 2 0 0 0
25825 2427 2427 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23743/artifact/log/WDIO.xunit-2021-09-29T07-56-42-203Z.xml Special Watchlist 1632923803 2.513 2 0 0 2
25826 2427 2427 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23743/artifact/log/WDIO.xunit-2021-09-29T07-56-47-194Z.xml BlankPage 1632923808 1.062 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 1548.313ms