home / tests

testsuites

5 rows where build_id = 10470

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
140921 10470 10470 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8575/artifact/log/WDIO.xunit-2021-10-10T16-52-07-153Z.xml Page 1633906328 0.777 17 0 0 17
140922 10470 10470 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8575/artifact/log/WDIO.xunit-2021-10-10T16-52-10-836Z.xml Special RecentChanges 1633906332 0.739 2 0 0 2
140923 10470 10470 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8575/artifact/log/WDIO.xunit-2021-10-10T16-52-14-152Z.xml User 1633906335 5.89 2 0 0 0
140924 10470 10470 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8575/artifact/log/WDIO.xunit-2021-10-10T16-52-22-651Z.xml Special Watchlist 1633906343 2.76 2 0 0 2
140925 10470 10470 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-docker/8575/artifact/log/WDIO.xunit-2021-10-10T16-52-28-065Z.xml BlankPage 1633906349 0.769 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 1577.998ms