home / tests

testsuites

5 rows where build_id = 6525

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
87788 6525 6525 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23762/artifact/log/WDIO.xunit-2021-10-05T23-38-08-277Z.xml Page 1633498690 1.207 17 0 0 17
87789 6525 6525 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23762/artifact/log/WDIO.xunit-2021-10-05T23-38-12-747Z.xml Special RecentChanges 1633498694 0.699 2 0 0 2
87790 6525 6525 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23762/artifact/log/WDIO.xunit-2021-10-05T23-38-16-202Z.xml User 1633498697 6.11 2 0 0 0
87791 6525 6525 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23762/artifact/log/WDIO.xunit-2021-10-05T23-38-25-346Z.xml Special Watchlist 1633498706 2.896 2 0 0 2
87792 6525 6525 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23762/artifact/log/WDIO.xunit-2021-10-05T23-38-30-935Z.xml BlankPage 1633498711 0.735 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 1544.969ms