home / tests

testsuites

5 rows where build_id = 9900

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136503 9900 9900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7859/artifact/log/WDIO.xunit-2021-10-09T10-22-36-208Z.xml Page 1633796557 1.01 17 0 0 17
136504 9900 9900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7859/artifact/log/WDIO.xunit-2021-10-09T10-22-40-652Z.xml Special RecentChanges 1633796562 0.91 2 0 0 2
136505 9900 9900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7859/artifact/log/WDIO.xunit-2021-10-09T10-22-45-036Z.xml User 1633796566 6.303 2 0 0 0
136506 9900 9900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7859/artifact/log/WDIO.xunit-2021-10-09T10-22-54-814Z.xml Special Watchlist 1633796576 2.854 2 0 0 2
136507 9900 9900 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7859/artifact/log/WDIO.xunit-2021-10-09T10-23-01-156Z.xml BlankPage 1633796582 0.911 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 1707.055ms