home / tests

testsuites

5 rows where build_id = 11577

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: tests, skipped

id ▼ build_id url name timestamp time tests failures errors skipped
151063 11577 11577 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23831/artifact/log/WDIO.xunit-2021-10-13T19-51-14-015Z.xml Page 1634176275 0.78 17 0 0 17
151064 11577 11577 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23831/artifact/log/WDIO.xunit-2021-10-13T19-51-17-728Z.xml Special RecentChanges 1634176279 0.757 2 0 0 2
151065 11577 11577 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23831/artifact/log/WDIO.xunit-2021-10-13T19-51-21-379Z.xml User 1634176282 5.556 2 0 0 0
151066 11577 11577 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23831/artifact/log/WDIO.xunit-2021-10-13T19-51-29-828Z.xml Special Watchlist 1634176291 2.537 2 0 0 2
151067 11577 11577 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23831/artifact/log/WDIO.xunit-2021-10-13T19-51-35-314Z.xml BlankPage 1634176296 0.803 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 1322.113ms