home / tests

testsuites

5 rows where build_id = 2094

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
19727 2094 2094 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76287/artifact/log/WDIO.xunit-2021-09-28T16-21-59-676Z.xml Page 1632867720 0.631 17 0 0 17
19728 2094 2094 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76287/artifact/log/WDIO.xunit-2021-09-28T16-22-02-617Z.xml Special RecentChanges 1632867723 0.82 2 0 0 2
19729 2094 2094 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76287/artifact/log/WDIO.xunit-2021-09-28T16-22-05-840Z.xml User 1632867726 5.055 2 0 0 0
19730 2094 2094 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76287/artifact/log/WDIO.xunit-2021-09-28T16-22-13-170Z.xml Special Watchlist 1632867734 2.2 2 0 0 2
19731 2094 2094 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76287/artifact/log/WDIO.xunit-2021-09-28T16-22-17-660Z.xml BlankPage 1632867738 0.594 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 1515.5ms