home / tests

testsuites

5 rows where build_id = 9941

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136710 9941 9941 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23816/artifact/log/WDIO.xunit-2021-10-09T11-04-54-471Z.xml Page 1633799095 0.75 17 0 0 17
136711 9941 9941 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23816/artifact/log/WDIO.xunit-2021-10-09T11-04-57-702Z.xml Special RecentChanges 1633799098 0.742 2 0 0 2
136712 9941 9941 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23816/artifact/log/WDIO.xunit-2021-10-09T11-05-00-952Z.xml User 1633799102 5.535 2 0 0 0
136713 9941 9941 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23816/artifact/log/WDIO.xunit-2021-10-09T11-05-09-025Z.xml Special Watchlist 1633799110 2.594 2 0 0 2
136714 9941 9941 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23816/artifact/log/WDIO.xunit-2021-10-09T11-05-14-098Z.xml BlankPage 1633799115 0.667 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 2920.499ms