home / tests

testsuites

5 rows where build_id = 18893

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
218604 18893 18893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6462/artifact/log/WDIO.xunit-2024-02-10T05-19-51-894Z.xml Special RecentChanges 1707567593 2.971 1 0 0 0
218605 18893 18893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6462/artifact/log/WDIO.xunit-2024-02-10T05-19-51-911Z.xml User 1707567592 5.726 2 0 0 0
218606 18893 18893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6462/artifact/log/WDIO.xunit-2024-02-10T05-19-51-912Z.xml Special Watchlist 1707567593 0.438 1 0 0 1
218607 18893 18893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6462/artifact/log/WDIO.xunit-2024-02-10T05-19-51-920Z.xml Page 1707567593 21.989 9 0 0 0
218608 18893 18893 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php74-docker/6462/artifact/log/WDIO.xunit-2024-02-10T05-19-54-551Z.xml BlankPage 1707567596 0.733 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 1558.093ms