home / tests

testsuites

7 rows where build_id = 742

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
3048 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-53-54-392Z.xml Page diff 1632448437 0.002 1 0 0 1
3049 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-53-58-656Z.xml Wikitext Editor 1632448441 19.711 2 0 0 0
3050 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-54-22-722Z.xml Wikitext Editor Makes actual saves 1632448465 0.002 2 0 0 2
3051 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-54-27-072Z.xml Menus open correct page for anonymous users 1632448470 3.449 1 0 0 0
3052 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-54-34-894Z.xml Page 1632448477 0.002 1 0 0 1
3053 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-54-38-951Z.xml Opening and closing the reference drawer 1632448481 6.154 2 0 0 0
3054 742 742 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76212/artifact/log/WDIO.xunit-2021-09-23T19-54-49-372Z.xml Search 1632448492 6.824 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 1500.764ms