home / tests

testsuites

9 rows where build_id = 2543

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
27918 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-27-39-618Z.xml Page diff 1632932863 0.004 1 0 0 1
27919 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-27-45-661Z.xml Wikitext Editor 1632932869 23.43 2 0 0 0
27920 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-28-15-181Z.xml Wikitext Editor Makes actual saves 1632932899 0.004 2 0 0 2
27921 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-28-21-293Z.xml Menus open correct page for anonymous users 1632932905 4.763 1 0 0 0
27922 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-28-32-177Z.xml Page 1632932916 0.004 1 0 0 1
27923 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-28-38-194Z.xml Opening and closing the reference drawer 1632932922 6.602 2 0 0 0
27924 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-28-51-243Z.xml Search 1632932935 8.709 1 0 0 0
27925 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-29-36-088Z.xml User username 1632932980 2.184 1 0 0 0
27926 2543 2543 https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php72-docker/115610/artifact/log/WDIO.xunit-2021-09-29T10-29-44-320Z.xml Manage Watchlist 1632932988 5.299 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 1553.674ms