home / tests

testsuites

5 rows where build_id = 20786

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: timestamp, tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
244689 20786 20786 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8477/artifact/log/WDIO.xunit-2024-05-09T14-53-17-055Z.xml Page 1715287998 28.207 9 0 0 0
244690 20786 20786 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8477/artifact/log/WDIO.xunit-2024-05-09T14-53-17-065Z.xml Special RecentChanges 1715287998 5.032 1 0 0 0
244691 20786 20786 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8477/artifact/log/WDIO.xunit-2024-05-09T14-53-17-076Z.xml User 1715287998 8.063 2 0 0 0
244692 20786 20786 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8477/artifact/log/WDIO.xunit-2024-05-09T14-53-17-092Z.xml Special Watchlist 1715287998 0.683 1 0 0 1
244693 20786 20786 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8477/artifact/log/WDIO.xunit-2024-05-09T14-53-20-538Z.xml BlankPage 1715288002 1.308 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 1469.877ms