home / tests

testsuites

5 rows where build_id = 15123

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192263 15123 15123 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67339/artifact/log/WDIO.xunit-2023-09-26T19-42-19-165Z.xml User 1695778940 10.45 2 0 0 0
192264 15123 15123 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67339/artifact/log/WDIO.xunit-2023-09-26T19-42-19-175Z.xml Page 1695778940 28.506 9 0 0 0
192265 15123 15123 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67339/artifact/log/WDIO.xunit-2023-09-26T19-42-19-176Z.xml Special RecentChanges 1695778940 4.006 1 0 0 0
192266 15123 15123 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67339/artifact/log/WDIO.xunit-2023-09-26T19-42-19-233Z.xml Special Watchlist 1695778940 0.92 1 0 0 1
192267 15123 15123 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67339/artifact/log/WDIO.xunit-2023-09-26T19-42-22-060Z.xml BlankPage 1695778943 1.118 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 1622.539ms