home / tests

testsuites

5 rows where build_id = 15116

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192192 15116 15116 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67346/artifact/log/WDIO.xunit-2023-09-26T19-51-21-932Z.xml Special Watchlist 1695779483 0.517 1 0 0 1
192193 15116 15116 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67346/artifact/log/WDIO.xunit-2023-09-26T19-51-21-936Z.xml Special RecentChanges 1695779483 4.589 1 0 0 0
192194 15116 15116 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67346/artifact/log/WDIO.xunit-2023-09-26T19-51-22-004Z.xml User 1695779483 7.526 2 0 0 0
192195 15116 15116 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67346/artifact/log/WDIO.xunit-2023-09-26T19-51-22-028Z.xml Page 1695779483 27.683 9 0 0 0
192196 15116 15116 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67346/artifact/log/WDIO.xunit-2023-09-26T19-51-24-820Z.xml BlankPage 1695779486 1.051 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 1615.592ms