home / tests

testsuites

8 rows where build_id = 877

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4667 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-13-643Z.xml Page 1632802514 0.783 17 0 0 17
4668 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-16-939Z.xml Special RecentChanges 1632802518 0.672 2 0 0 2
4669 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-20-516Z.xml User 1632802521 6.504 2 0 0 0
4670 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-29-621Z.xml Special Watchlist 1632802530 3.08 2 0 0 2
4671 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-35-285Z.xml BlankPage 1632802536 0.893 1 0 0 0
4672 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-15-52-477Z.xml Cite backlinks 1632802553 4.535 6 0 0 0
4673 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-16-10-284Z.xml Echo 1632802573 10.328 4 0 0 0
4674 877 877 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8491/artifact/log/WDIO.xunit-2021-09-27T22-16-25-330Z.xml Notifications 1632802588 3.516 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 1517.9ms