home / tests

testsuites

5 rows where build_id = 9957

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136790 9957 9957 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23794/artifact/log/WDIO.xunit-2021-10-09T10-47-03-281Z.xml Page 1633798025 0.834 17 0 0 17
136791 9957 9957 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23794/artifact/log/WDIO.xunit-2021-10-09T10-47-07-585Z.xml Special RecentChanges 1633798029 0.778 2 0 0 2
136792 9957 9957 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23794/artifact/log/WDIO.xunit-2021-10-09T10-47-11-752Z.xml User 1633798033 5.88 2 0 0 0
136793 9957 9957 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23794/artifact/log/WDIO.xunit-2021-10-09T10-47-21-058Z.xml Special Watchlist 1633798042 2.827 2 0 0 2
136794 9957 9957 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23794/artifact/log/WDIO.xunit-2021-10-09T10-47-27-279Z.xml BlankPage 1633798048 0.688 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 2225.868ms