home / tests

testsuites

5 rows where build_id = 887

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
4795 887 887 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8480/artifact/log/WDIO.xunit-2021-09-23T19-10-30-268Z.xml Page 1632445831 1.306 17 0 0 17
4796 887 887 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8480/artifact/log/WDIO.xunit-2021-09-23T19-10-33-952Z.xml Special RecentChanges 1632445835 0.705 2 0 0 2
4797 887 887 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8480/artifact/log/WDIO.xunit-2021-09-23T19-10-37-076Z.xml User 1632445838 5.031 2 0 0 0
4798 887 887 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8480/artifact/log/WDIO.xunit-2021-09-23T19-10-44-506Z.xml Special Watchlist 1632445845 2.455 2 0 0 2
4799 887 887 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8480/artifact/log/WDIO.xunit-2021-09-23T19-10-49-341Z.xml BlankPage 1632445850 0.635 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 1524.422ms