home / tests

testsuites

5 rows where build_id = 3661

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
46891 3661 3661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8507/artifact/log/WDIO.xunit-2021-09-30T23-03-32-405Z.xml Page 1633064614 0.792 17 0 0 17
46892 3661 3661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8507/artifact/log/WDIO.xunit-2021-09-30T23-03-36-729Z.xml Special RecentChanges 1633064618 0.797 2 0 0 2
46893 3661 3661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8507/artifact/log/WDIO.xunit-2021-09-30T23-03-40-984Z.xml User 1633064622 6.506 2 0 0 0
46894 3661 3661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8507/artifact/log/WDIO.xunit-2021-09-30T23-03-50-836Z.xml Special Watchlist 1633064632 2.588 2 0 0 2
46895 3661 3661 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8507/artifact/log/WDIO.xunit-2021-09-30T23-03-56-766Z.xml BlankPage 1633064638 0.763 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 1546.603ms