home / tests

testsuites

9 rows where build_id = 20733

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243823 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-13-811Z.xml Page 1715298674 23.422 9 0 0 0
243824 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-13-828Z.xml Special Watchlist 1715298675 0.592 1 0 0 1
243825 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-13-834Z.xml User 1715298674 8.068 2 0 0 0
243826 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-13-870Z.xml Special RecentChanges 1715298674 4.316 1 0 0 0
243827 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-16-673Z.xml BlankPage 1715298678 1.03 1 0 0 0
243828 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-51-48-419Z.xml Edit Event Registration 1715298709 14.632 4 0 0 0
243829 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-52-04-734Z.xml Enable Event Registration @daily 1715298725 7.973 3 0 0 0
243830 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-52-14-325Z.xml Event page 1715298735 12.189 3 0 0 0
243831 20733 20733 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8532/artifact/log/WDIO.xunit-2024-05-09T17-52-27-908Z.xml MyEvents 1715298748 2.968 2 0 0 1

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 1631.814ms