home / tests

testsuites

5 rows where build_id = 718

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2748 718 718 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76244/artifact/log/WDIO.xunit-2021-09-24T17-36-41-148Z.xml Page 1632526602 0.822 17 0 0 17
2749 718 718 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76244/artifact/log/WDIO.xunit-2021-09-24T17-36-45-069Z.xml Special RecentChanges 1632526606 0.912 2 0 0 2
2750 718 718 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76244/artifact/log/WDIO.xunit-2021-09-24T17-36-49-028Z.xml User 1632526610 5.564 2 0 0 0
2751 718 718 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76244/artifact/log/WDIO.xunit-2021-09-24T17-36-57-584Z.xml Special Watchlist 1632526619 2.286 2 0 0 2
2752 718 718 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76244/artifact/log/WDIO.xunit-2021-09-24T17-37-03-021Z.xml BlankPage 1632526624 2.435 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 1503.448ms