home / tests

testsuites

5 rows where build_id = 15101

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192043 15101 15101 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67361/artifact/log/WDIO.xunit-2023-09-26T20-28-05-629Z.xml Page 1695781686 32.067 9 0 0 0
192044 15101 15101 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67361/artifact/log/WDIO.xunit-2023-09-26T20-28-05-650Z.xml User 1695781686 10.234 2 0 0 0
192045 15101 15101 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67361/artifact/log/WDIO.xunit-2023-09-26T20-28-05-748Z.xml Special Watchlist 1695781687 0.902 1 0 0 1
192046 15101 15101 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67361/artifact/log/WDIO.xunit-2023-09-26T20-28-05-752Z.xml Special RecentChanges 1695781686 6.662 1 0 0 0
192047 15101 15101 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67361/artifact/log/WDIO.xunit-2023-09-26T20-28-09-170Z.xml BlankPage 1695781691 1.817 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 1628.219ms