home / tests

testsuites

5 rows where build_id = 15142

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
192432 15142 15142 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67318/artifact/log/WDIO.xunit-2023-09-26T18-16-23-070Z.xml Page 1695773784 28.03 9 0 0 0
192433 15142 15142 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67318/artifact/log/WDIO.xunit-2023-09-26T18-16-23-093Z.xml Special RecentChanges 1695773784 6.152 1 0 0 0
192434 15142 15142 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67318/artifact/log/WDIO.xunit-2023-09-26T18-16-23-284Z.xml User 1695773784 8.737 2 0 0 0
192435 15142 15142 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67318/artifact/log/WDIO.xunit-2023-09-26T18-16-23-432Z.xml Special Watchlist 1695773784 0.52 1 0 0 1
192436 15142 15142 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/67318/artifact/log/WDIO.xunit-2023-09-26T18-16-26-577Z.xml BlankPage 1695773788 1.739 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 1634.625ms