home / tests

testsuites

5 rows where build_id = 9974

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136878 9974 9974 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23774/artifact/log/WDIO.xunit-2021-10-09T10-22-45-270Z.xml Page 1633796566 0.864 17 0 0 17
136879 9974 9974 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23774/artifact/log/WDIO.xunit-2021-10-09T10-22-49-414Z.xml Special RecentChanges 1633796571 0.799 2 0 0 2
136880 9974 9974 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23774/artifact/log/WDIO.xunit-2021-10-09T10-22-53-718Z.xml User 1633796575 5.65 2 0 0 0
136881 9974 9974 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23774/artifact/log/WDIO.xunit-2021-10-09T10-23-02-692Z.xml Special Watchlist 1633796584 2.636 2 0 0 2
136882 9974 9974 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23774/artifact/log/WDIO.xunit-2021-10-09T10-23-08-750Z.xml BlankPage 1633796590 0.761 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 1582.677ms