home / tests

testsuites

5 rows where build_id = 20706

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243486 20706 20706 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8560/artifact/log/WDIO.xunit-2024-05-09T19-44-10-845Z.xml Page 1715305451 23.796 9 0 0 0
243487 20706 20706 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8560/artifact/log/WDIO.xunit-2024-05-09T19-44-10-868Z.xml Special RecentChanges 1715305451 3.892 1 0 0 0
243488 20706 20706 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8560/artifact/log/WDIO.xunit-2024-05-09T19-44-10-901Z.xml Special Watchlist 1715305451 0.897 1 0 0 1
243489 20706 20706 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8560/artifact/log/WDIO.xunit-2024-05-09T19-44-10-904Z.xml User 1715305451 6.663 2 0 0 0
243490 20706 20706 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8560/artifact/log/WDIO.xunit-2024-05-09T19-44-13-718Z.xml BlankPage 1715305454 0.744 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 1627.248ms