home / tests

testsuites

5 rows where build_id = 9730

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135242 9730 9730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7788/artifact/log/WDIO.xunit-2021-10-09T06-13-13-034Z.xml Page 1633781594 0.854 17 0 0 17
135243 9730 9730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7788/artifact/log/WDIO.xunit-2021-10-09T06-13-17-151Z.xml Special RecentChanges 1633781598 0.802 2 0 0 2
135244 9730 9730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7788/artifact/log/WDIO.xunit-2021-10-09T06-13-21-305Z.xml User 1633781602 6.788 2 0 0 0
135245 9730 9730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7788/artifact/log/WDIO.xunit-2021-10-09T06-13-31-381Z.xml Special Watchlist 1633781613 2.955 2 0 0 2
135246 9730 9730 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7788/artifact/log/WDIO.xunit-2021-10-09T06-13-37-698Z.xml BlankPage 1633781619 0.716 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 1533.983ms