home / tests

testsuites

5 rows where build_id = 20789

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244739 20789 20789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8473/artifact/log/WDIO.xunit-2024-05-09T14-50-32-005Z.xml Page 1715287833 23.341 9 0 0 0
244740 20789 20789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8473/artifact/log/WDIO.xunit-2024-05-09T14-50-32-007Z.xml User 1715287833 5.985 2 0 0 0
244741 20789 20789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8473/artifact/log/WDIO.xunit-2024-05-09T14-50-32-012Z.xml Special RecentChanges 1715287833 3.665 1 0 0 0
244742 20789 20789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8473/artifact/log/WDIO.xunit-2024-05-09T14-50-32-057Z.xml Special Watchlist 1715287833 0.777 1 0 0 1
244743 20789 20789 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8473/artifact/log/WDIO.xunit-2024-05-09T14-50-34-812Z.xml BlankPage 1715287836 0.752 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 1642.774ms