home / tests

testsuites

5 rows where build_id = 10007

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
137046 10007 10007 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8529/artifact/log/WDIO.xunit-2021-10-09T10-21-34-475Z.xml Page 1633796495 0.757 17 0 0 17
137047 10007 10007 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8529/artifact/log/WDIO.xunit-2021-10-09T10-21-37-780Z.xml Special RecentChanges 1633796498 0.61 2 0 0 2
137048 10007 10007 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8529/artifact/log/WDIO.xunit-2021-10-09T10-21-40-787Z.xml User 1633796501 5.142 2 0 0 0
137049 10007 10007 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8529/artifact/log/WDIO.xunit-2021-10-09T10-21-48-435Z.xml Special Watchlist 1633796510 2.614 2 0 0 2
137050 10007 10007 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8529/artifact/log/WDIO.xunit-2021-10-09T10-21-54-000Z.xml BlankPage 1633796515 0.745 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 1583.817ms