home / tests

testsuites

5 rows where build_id = 9700

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
135089 9700 9700 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1525/artifact/log/WDIO.xunit-2021-10-09T06-04-16-688Z.xml Page 1633781058 0.851 17 0 0 17
135090 9700 9700 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1525/artifact/log/WDIO.xunit-2021-10-09T06-04-20-547Z.xml Special RecentChanges 1633781062 0.746 2 0 0 2
135091 9700 9700 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1525/artifact/log/WDIO.xunit-2021-10-09T06-04-24-231Z.xml User 1633781065 5.772 2 0 0 0
135092 9700 9700 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1525/artifact/log/WDIO.xunit-2021-10-09T06-04-32-989Z.xml Special Watchlist 1633781074 2.546 2 0 0 2
135093 9700 9700 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/1525/artifact/log/WDIO.xunit-2021-10-09T06-04-38-181Z.xml BlankPage 1633781079 1.328 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 1594.336ms