home / tests

testsuites

5 rows where build_id = 9744

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135312 9744 9744 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1586/artifact/log/WDIO.xunit-2021-10-09T06-50-11-290Z.xml Page 1633783812 0.719 17 0 0 17
135313 9744 9744 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1586/artifact/log/WDIO.xunit-2021-10-09T06-50-14-409Z.xml Special RecentChanges 1633783815 0.663 2 0 0 2
135314 9744 9744 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1586/artifact/log/WDIO.xunit-2021-10-09T06-50-17-329Z.xml User 1633783818 5.445 2 0 0 0
135315 9744 9744 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1586/artifact/log/WDIO.xunit-2021-10-09T06-50-25-067Z.xml Special Watchlist 1633783826 2.322 2 0 0 2
135316 9744 9744 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1586/artifact/log/WDIO.xunit-2021-10-09T06-50-29-639Z.xml BlankPage 1633783830 0.6 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 1586.945ms