home / tests

testsuites

5 rows where build_id = 15143

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192437 15143 15143 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67317/artifact/log/WDIO.xunit-2023-09-26T18-16-10-641Z.xml Special RecentChanges 1695773772 5.007 1 0 0 0
192438 15143 15143 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67317/artifact/log/WDIO.xunit-2023-09-26T18-16-10-642Z.xml User 1695773771 8.894 2 0 0 0
192439 15143 15143 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67317/artifact/log/WDIO.xunit-2023-09-26T18-16-10-673Z.xml Page 1695773771 26.776 9 0 0 0
192440 15143 15143 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67317/artifact/log/WDIO.xunit-2023-09-26T18-16-10-722Z.xml Special Watchlist 1695773772 0.586 1 0 0 1
192441 15143 15143 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67317/artifact/log/WDIO.xunit-2023-09-26T18-16-14-014Z.xml BlankPage 1695773775 1.522 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 1616.721ms