home / tests

testsuites

5 rows where build_id = 9758

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135382 9758 9758 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1544/artifact/log/WDIO.xunit-2021-10-09T06-18-45-163Z.xml Page 1633781926 0.916 17 0 0 17
135383 9758 9758 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1544/artifact/log/WDIO.xunit-2021-10-09T06-18-49-538Z.xml Special RecentChanges 1633781931 0.796 2 0 0 2
135384 9758 9758 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1544/artifact/log/WDIO.xunit-2021-10-09T06-18-53-771Z.xml User 1633781935 6.772 2 0 0 0
135385 9758 9758 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1544/artifact/log/WDIO.xunit-2021-10-09T06-19-04-024Z.xml Special Watchlist 1633781945 2.986 2 0 0 2
135386 9758 9758 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1544/artifact/log/WDIO.xunit-2021-10-09T06-19-10-610Z.xml BlankPage 1633781952 0.819 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 1592.709ms