home / tests

testsuites

5 rows where build_id = 20791

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
244784 20791 20791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8471/artifact/log/WDIO.xunit-2024-05-09T14-48-53-270Z.xml Special Watchlist 1715287734 0.783 1 0 0 1
244785 20791 20791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8471/artifact/log/WDIO.xunit-2024-05-09T14-48-53-271Z.xml Page 1715287734 27.477 9 0 0 0
244786 20791 20791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8471/artifact/log/WDIO.xunit-2024-05-09T14-48-53-317Z.xml Special RecentChanges 1715287734 4.703 1 0 0 0
244787 20791 20791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8471/artifact/log/WDIO.xunit-2024-05-09T14-48-53-326Z.xml User 1715287734 7.609 2 0 0 0
244788 20791 20791 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8471/artifact/log/WDIO.xunit-2024-05-09T14-48-56-460Z.xml BlankPage 1715287738 1.01 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 1568.417ms