home / tests

testsuites

5 rows where build_id = 12085

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
161478 12085 12085 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82050/artifact/log/WDIO.xunit-2021-10-14T16-21-02-816Z.xml Page 1634250064 1.184 17 0 0 17
161479 12085 12085 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82050/artifact/log/WDIO.xunit-2021-10-14T16-21-06-985Z.xml Special RecentChanges 1634250068 0.702 2 0 0 2
161480 12085 12085 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82050/artifact/log/WDIO.xunit-2021-10-14T16-21-10-722Z.xml User 1634250072 5.737 2 0 0 0
161481 12085 12085 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82050/artifact/log/WDIO.xunit-2021-10-14T16-21-19-496Z.xml Special Watchlist 1634250081 2.48 2 0 0 2
161482 12085 12085 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/82050/artifact/log/WDIO.xunit-2021-10-14T16-21-25-044Z.xml BlankPage 1634250086 0.68 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 1604.155ms