home / tests

testsuites

5 rows where build_id = 15096

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
191981 15096 15096 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67366/artifact/log/WDIO.xunit-2023-09-26T21-10-47-862Z.xml Page 1695784249 24.433 9 0 0 0
191982 15096 15096 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67366/artifact/log/WDIO.xunit-2023-09-26T21-10-47-865Z.xml Special Watchlist 1695784249 0.531 1 0 0 1
191983 15096 15096 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67366/artifact/log/WDIO.xunit-2023-09-26T21-10-47-893Z.xml Special RecentChanges 1695784249 4.028 1 0 0 0
191984 15096 15096 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67366/artifact/log/WDIO.xunit-2023-09-26T21-10-47-895Z.xml User 1695784249 6.258 2 0 0 0
191985 15096 15096 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67366/artifact/log/WDIO.xunit-2023-09-26T21-10-50-833Z.xml BlankPage 1695784251 0.944 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 1619.82ms