home / tests

testsuites

7 rows where build_id = 16221

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, failures, errors, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
197003 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-38-46-989Z.xml Special Watchlist 1705441128 1.713 2 0 0 2
197004 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-38-47-001Z.xml Page 1705441128 0.967 17 0 0 17
197005 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-38-47-081Z.xml User 1705441128 9.729 2 0 0 0
197006 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-38-47-123Z.xml Special RecentChanges 1705441128 0.971 2 0 0 2
197007 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-38-50-299Z.xml BlankPage 1705441131 2.248 1 0 0 0
197008 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-39-08-487Z.xml Cite backlinks 1705441149 6.448 6 0 0 0
197009 16221 16221 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium-docker/10978/artifact/log/WDIO.xunit-2024-01-16T14-39-31-949Z.xml Content Editable 1705441172 70.001 3 3 3 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 1572.221ms