home / tests

testsuites

5 rows where build_id = 20527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
239924 20527 20527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1171/artifact/log/WDIO.xunit-2024-05-05T19-39-15-183Z.xml Special RecentChanges 1714959556 3.417 1 0 0 0
239925 20527 20527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1171/artifact/log/WDIO.xunit-2024-05-05T19-39-15-209Z.xml Special Watchlist 1714959556 0.814 1 0 0 1
239926 20527 20527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1171/artifact/log/WDIO.xunit-2024-05-05T19-39-15-246Z.xml Page 1714959556 25.859 9 0 0 0
239927 20527 20527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1171/artifact/log/WDIO.xunit-2024-05-05T19-39-15-278Z.xml User 1714959556 6.165 2 0 0 0
239928 20527 20527 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-selenium/1171/artifact/log/WDIO.xunit-2024-05-05T19-39-18-132Z.xml BlankPage 1714959559 0.777 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 1635.922ms