home / tests

testsuites

5 rows where build_id = 20756

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244376 20756 20756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8508/artifact/log/WDIO.xunit-2024-05-09T16-18-02-154Z.xml Page 1715293083 26.307 9 0 0 0
244377 20756 20756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8508/artifact/log/WDIO.xunit-2024-05-09T16-18-02-213Z.xml Special Watchlist 1715293083 0.906 1 0 0 1
244378 20756 20756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8508/artifact/log/WDIO.xunit-2024-05-09T16-18-02-229Z.xml User 1715293083 6.794 2 0 0 0
244379 20756 20756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8508/artifact/log/WDIO.xunit-2024-05-09T16-18-02-290Z.xml Special RecentChanges 1715293083 4.064 1 0 0 0
244380 20756 20756 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8508/artifact/log/WDIO.xunit-2024-05-09T16-18-05-563Z.xml BlankPage 1715293086 0.785 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 1598.221ms