home / tests

testsuites

5 rows where build_id = 20746

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244161 20746 20746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8518/artifact/log/WDIO.xunit-2024-05-09T16-43-07-956Z.xml Special Watchlist 1715294589 0.657 1 0 0 1
244162 20746 20746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8518/artifact/log/WDIO.xunit-2024-05-09T16-43-07-959Z.xml Page 1715294589 26.248 9 0 0 0
244163 20746 20746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8518/artifact/log/WDIO.xunit-2024-05-09T16-43-07-968Z.xml User 1715294589 6.662 2 0 0 0
244164 20746 20746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8518/artifact/log/WDIO.xunit-2024-05-09T16-43-07-989Z.xml Special RecentChanges 1715294589 4.427 1 0 0 0
244165 20746 20746 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8518/artifact/log/WDIO.xunit-2024-05-09T16-43-11-013Z.xml BlankPage 1715294592 0.895 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 1617.285ms