home / tests

testsuites

5 rows where build_id = 6562

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
88604 6562 6562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/79945/artifact/log/WDIO.xunit-2021-10-06T01-03-35-598Z.xml Page 1633503816 1.011 17 0 0 17
88605 6562 6562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/79945/artifact/log/WDIO.xunit-2021-10-06T01-03-38-893Z.xml Special RecentChanges 1633503819 0.584 2 0 0 2
88606 6562 6562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/79945/artifact/log/WDIO.xunit-2021-10-06T01-03-41-713Z.xml User 1633503822 5.279 2 0 0 0
88607 6562 6562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/79945/artifact/log/WDIO.xunit-2021-10-06T01-03-49-185Z.xml Special Watchlist 1633503830 2.236 2 0 0 2
88608 6562 6562 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/79945/artifact/log/WDIO.xunit-2021-10-06T01-03-53-794Z.xml BlankPage 1633503834 0.54 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 1590.389ms