home / tests

testsuites

5 rows where build_id = 7039

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
96524 7039 7039 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23765/artifact/log/WDIO.xunit-2021-10-06T16-42-48-148Z.xml Page 1633560169 0.811 17 0 0 17
96525 7039 7039 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23765/artifact/log/WDIO.xunit-2021-10-06T16-42-52-436Z.xml Special RecentChanges 1633560174 0.822 2 0 0 2
96526 7039 7039 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23765/artifact/log/WDIO.xunit-2021-10-06T16-42-56-829Z.xml User 1633560178 6.52 2 0 0 0
96527 7039 7039 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23765/artifact/log/WDIO.xunit-2021-10-06T16-43-06-817Z.xml Special Watchlist 1633560188 2.799 2 0 0 2
96528 7039 7039 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23765/artifact/log/WDIO.xunit-2021-10-06T16-43-12-963Z.xml BlankPage 1633560194 0.728 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.631ms