home / tests

testsuites

5 rows where build_id = 11529

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
150654 11529 11529 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81894/artifact/log/WDIO.xunit-2021-10-13T21-38-32-988Z.xml Page 1634182714 1.046 17 0 0 17
150655 11529 11529 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81894/artifact/log/WDIO.xunit-2021-10-13T21-38-36-454Z.xml Special RecentChanges 1634182717 0.65 2 0 0 2
150656 11529 11529 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81894/artifact/log/WDIO.xunit-2021-10-13T21-38-39-380Z.xml User 1634182720 5.562 2 0 0 0
150657 11529 11529 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81894/artifact/log/WDIO.xunit-2021-10-13T21-38-47-315Z.xml Special Watchlist 1634182728 2.227 2 0 0 2
150658 11529 11529 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81894/artifact/log/WDIO.xunit-2021-10-13T21-38-51-864Z.xml BlankPage 1634182732 0.583 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 1663.547ms