home / tests

testsuites

5 rows where build_id = 20778

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244586 20778 20778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8485/artifact/log/WDIO.xunit-2024-05-09T15-06-32-323Z.xml Special RecentChanges 1715288793 3.304 1 0 0 0
244587 20778 20778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8485/artifact/log/WDIO.xunit-2024-05-09T15-06-32-337Z.xml Page 1715288793 22.157 9 0 0 0
244588 20778 20778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8485/artifact/log/WDIO.xunit-2024-05-09T15-06-32-350Z.xml Special Watchlist 1715288793 0.974 1 0 0 1
244589 20778 20778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8485/artifact/log/WDIO.xunit-2024-05-09T15-06-32-375Z.xml User 1715288793 7.149 2 0 0 0
244590 20778 20778 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8485/artifact/log/WDIO.xunit-2024-05-09T15-06-35-253Z.xml BlankPage 1715288796 3.312 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 1592.622ms