home / tests

testsuites

5 rows where build_id = 710

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2658 710 710 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76256/artifact/log/WDIO.xunit-2021-09-24T21-13-19-559Z.xml Page 1632539600 0.725 17 0 0 17
2659 710 710 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76256/artifact/log/WDIO.xunit-2021-09-24T21-13-22-738Z.xml Special RecentChanges 1632539603 0.565 2 0 0 2
2660 710 710 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76256/artifact/log/WDIO.xunit-2021-09-24T21-13-25-695Z.xml User 1632539606 7.305 2 0 0 0
2661 710 710 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76256/artifact/log/WDIO.xunit-2021-09-24T21-13-35-392Z.xml Special Watchlist 1632539616 2.302 2 0 0 2
2662 710 710 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76256/artifact/log/WDIO.xunit-2021-09-24T21-13-40-191Z.xml BlankPage 1632539621 1.226 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 1530.008ms