home / tests

testsuites

5 rows where build_id = 2965

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
35706 2965 2965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8503/artifact/log/WDIO.xunit-2021-09-29T22-07-43-294Z.xml Page 1632974864 0.796 17 0 0 17
35707 2965 2965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8503/artifact/log/WDIO.xunit-2021-09-29T22-07-47-489Z.xml Special RecentChanges 1632974869 0.744 2 0 0 2
35708 2965 2965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8503/artifact/log/WDIO.xunit-2021-09-29T22-07-51-769Z.xml User 1632974873 6.192 2 0 0 0
35709 2965 2965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8503/artifact/log/WDIO.xunit-2021-09-29T22-08-01-375Z.xml Special Watchlist 1632974883 2.614 2 0 0 2
35710 2965 2965 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8503/artifact/log/WDIO.xunit-2021-09-29T22-08-07-393Z.xml BlankPage 1632974888 0.736 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 1552.128ms