home / tests

testsuites

5 rows where build_id = 8016

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
112430 8016 8016 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8522/artifact/log/WDIO.xunit-2021-10-07T19-50-57-386Z.xml Page 1633657858 0.706 17 0 0 17
112431 8016 8016 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8522/artifact/log/WDIO.xunit-2021-10-07T19-51-00-626Z.xml Special RecentChanges 1633657861 0.674 2 0 0 2
112432 8016 8016 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8522/artifact/log/WDIO.xunit-2021-10-07T19-51-03-946Z.xml User 1633657865 9.541 2 0 0 0
112433 8016 8016 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8522/artifact/log/WDIO.xunit-2021-10-07T19-51-15-959Z.xml Special Watchlist 1633657877 2.644 2 0 0 2
112434 8016 8016 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8522/artifact/log/WDIO.xunit-2021-10-07T19-51-21-158Z.xml BlankPage 1633657882 1.273 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 1592.344ms