home / tests

testsuites

5 rows where build_id = 20797

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
244813 20797 20797 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8465/artifact/log/WDIO.xunit-2024-05-09T14-39-06-955Z.xml Page 1715287148 25.726 9 0 0 0
244814 20797 20797 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8465/artifact/log/WDIO.xunit-2024-05-09T14-39-07-002Z.xml Special RecentChanges 1715287148 4.992 1 0 0 0
244815 20797 20797 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8465/artifact/log/WDIO.xunit-2024-05-09T14-39-07-037Z.xml User 1715287148 8.368 2 0 0 0
244816 20797 20797 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8465/artifact/log/WDIO.xunit-2024-05-09T14-39-07-093Z.xml Special Watchlist 1715287148 0.548 1 0 0 1
244817 20797 20797 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium/8465/artifact/log/WDIO.xunit-2024-05-09T14-39-10-165Z.xml BlankPage 1715287151 1.129 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 1716.258ms