home / tests

testsuites

7 rows where build_id = 20681

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
243293 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-19-044Z.xml Page diff 1715123540 0.001 1 0 0 1
243294 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-19-052Z.xml Menus open correct page for anonymous users 1715123540 7.618 1 0 0 0
243295 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-19-145Z.xml Wikitext Editor 1715123540 0.001 2 0 0 2
243296 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-19-207Z.xml Opening and closing the reference drawer 1715123540 3.583 2 0 0 0
243297 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-21-141Z.xml Search 1715123542 0.0 1 0 0 1
243298 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-21-786Z.xml User username 1715123543 0.001 1 0 0 1
243299 20681 20681 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/388/artifact/log/WDIO.xunit-2024-05-07T17-12-24-224Z.xml Manage Watchlist 1715123545 4.469 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 1632.378ms