home / tests

testsuites

5 rows where build_id = 20793

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244794 20793 20793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8469/artifact/log/WDIO.xunit-2024-05-09T14-48-06-626Z.xml Page 1715287687 26.642 9 0 0 0
244795 20793 20793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8469/artifact/log/WDIO.xunit-2024-05-09T14-48-06-630Z.xml User 1715287688 7.021 2 0 0 0
244796 20793 20793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8469/artifact/log/WDIO.xunit-2024-05-09T14-48-06-660Z.xml Special RecentChanges 1715287688 4.184 1 0 0 0
244797 20793 20793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8469/artifact/log/WDIO.xunit-2024-05-09T14-48-06-662Z.xml Special Watchlist 1715287688 0.547 1 0 0 1
244798 20793 20793 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8469/artifact/log/WDIO.xunit-2024-05-09T14-48-09-845Z.xml BlankPage 1715287691 1.279 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.203ms