home / tests

testsuites

5 rows where build_id = 15168

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
193140 15168 15168 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67291/artifact/log/WDIO.xunit-2023-09-26T16-30-39-008Z.xml Page 1695767440 24.557 9 0 0 0
193141 15168 15168 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67291/artifact/log/WDIO.xunit-2023-09-26T16-30-39-022Z.xml User 1695767440 7.484 2 0 0 0
193142 15168 15168 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67291/artifact/log/WDIO.xunit-2023-09-26T16-30-39-026Z.xml Special RecentChanges 1695767440 4.282 1 0 0 0
193143 15168 15168 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67291/artifact/log/WDIO.xunit-2023-09-26T16-30-39-053Z.xml Special Watchlist 1695767440 0.565 1 0 0 1
193144 15168 15168 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67291/artifact/log/WDIO.xunit-2023-09-26T16-30-42-172Z.xml BlankPage 1695767443 1.105 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 1600.658ms