home / tests

testsuites

5 rows where build_id = 17680

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
204551 17680 17680 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T23-56-36-642Z.xml Page 1706079397 22.792 9 0 0 0
204552 17680 17680 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T23-56-36-663Z.xml Special RecentChanges 1706079397 3.03 1 0 0 0
204553 17680 17680 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T23-56-36-664Z.xml User 1706079397 5.515 2 0 0 0
204554 17680 17680 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T23-56-36-675Z.xml Special Watchlist 1706079397 0.485 1 0 0 1
204555 17680 17680 https://integration.wikimedia.org/ci/job/quibble-daily-Cognate-vendor-mysql-php74-docker/488/artifact/log/WDIO.xunit-2024-01-23T23-56-39-242Z.xml BlankPage 1706079400 0.785 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 2155.745ms