home / tests

testsuites

5 rows where build_id = 883

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4725 883 883 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8485/artifact/log/WDIO.xunit-2021-09-24T00-56-59-103Z.xml Page 1632466620 0.934 17 0 0 17
4726 883 883 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8485/artifact/log/WDIO.xunit-2021-09-24T00-57-03-263Z.xml Special RecentChanges 1632466624 0.77 2 0 0 2
4727 883 883 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8485/artifact/log/WDIO.xunit-2021-09-24T00-57-07-130Z.xml User 1632466628 6.289 2 0 0 0
4728 883 883 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8485/artifact/log/WDIO.xunit-2021-09-24T00-57-16-723Z.xml Special Watchlist 1632466638 3.0 2 0 0 2
4729 883 883 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8485/artifact/log/WDIO.xunit-2021-09-24T00-57-23-016Z.xml BlankPage 1632466644 0.699 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 1512.879ms