home / tests

testsuites

5 rows where build_id = 9976

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136888 9976 9976 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8569/artifact/log/WDIO.xunit-2021-10-09T11-04-16-201Z.xml Page 1633799057 0.716 17 0 0 17
136889 9976 9976 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8569/artifact/log/WDIO.xunit-2021-10-09T11-04-19-899Z.xml Special RecentChanges 1633799061 0.699 2 0 0 2
136890 9976 9976 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8569/artifact/log/WDIO.xunit-2021-10-09T11-04-23-537Z.xml User 1633799064 5.17 2 0 0 0
136891 9976 9976 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8569/artifact/log/WDIO.xunit-2021-10-09T11-04-31-263Z.xml Special Watchlist 1633799072 2.535 2 0 0 2
136892 9976 9976 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8569/artifact/log/WDIO.xunit-2021-10-09T11-04-36-789Z.xml BlankPage 1633799077 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 1650.884ms