home / tests

testsuites

4 rows where build_id = 20717

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243747 20717 20717 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8548/artifact/log/WDIO.xunit-2024-05-09T18-45-03-195Z.xml Special RecentChanges 1715301904 3.818 1 0 0 0
243748 20717 20717 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8548/artifact/log/WDIO.xunit-2024-05-09T18-45-03-201Z.xml User 1715301904 6.218 2 0 0 0
243749 20717 20717 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8548/artifact/log/WDIO.xunit-2024-05-09T18-45-03-223Z.xml Page 1715301904 24.343 9 0 0 0
243750 20717 20717 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8548/artifact/log/WDIO.xunit-2024-05-09T18-45-06-086Z.xml BlankPage 1715301907 0.872 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 1564.555ms