home / tests

testsuites

5 rows where build_id = 756

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3120 756 756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76193/artifact/log/WDIO.xunit-2021-09-22T18-21-24-936Z.xml Page 1632356486 0.642 17 0 0 17
3121 756 756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76193/artifact/log/WDIO.xunit-2021-09-22T18-21-28-004Z.xml Special RecentChanges 1632356489 0.652 2 0 0 2
3122 756 756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76193/artifact/log/WDIO.xunit-2021-09-22T18-21-31-567Z.xml User 1632356492 4.779 2 0 0 0
3123 756 756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76193/artifact/log/WDIO.xunit-2021-09-22T18-21-38-782Z.xml Special Watchlist 1632356499 2.019 2 0 0 2
3124 756 756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76193/artifact/log/WDIO.xunit-2021-09-22T18-21-43-304Z.xml BlankPage 1632356504 0.574 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 1528.258ms