home / tests

testsuites

5 rows where build_id = 7991

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
112108 7991 7991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80422/artifact/log/WDIO.xunit-2021-10-07T19-54-35-385Z.xml Page 1633658076 1.054 17 0 0 17
112109 7991 7991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80422/artifact/log/WDIO.xunit-2021-10-07T19-54-39-227Z.xml Special RecentChanges 1633658080 0.659 2 0 0 2
112110 7991 7991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80422/artifact/log/WDIO.xunit-2021-10-07T19-54-42-456Z.xml User 1633658084 5.511 2 0 0 0
112111 7991 7991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80422/artifact/log/WDIO.xunit-2021-10-07T19-54-50-838Z.xml Special Watchlist 1633658091 1.997 2 0 0 2
112112 7991 7991 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80422/artifact/log/WDIO.xunit-2021-10-07T19-54-55-402Z.xml BlankPage 1633658096 0.63 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 1556.966ms