home / tests

testsuites

5 rows where build_id = 11528

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
150649 11528 11528 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81895/artifact/log/WDIO.xunit-2021-10-13T21-44-43-582Z.xml Page 1634183084 1.018 17 0 0 17
150650 11528 11528 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81895/artifact/log/WDIO.xunit-2021-10-13T21-44-46-958Z.xml Special RecentChanges 1634183088 0.661 2 0 0 2
150651 11528 11528 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81895/artifact/log/WDIO.xunit-2021-10-13T21-44-49-998Z.xml User 1634183091 5.166 2 0 0 0
150652 11528 11528 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81895/artifact/log/WDIO.xunit-2021-10-13T21-44-57-671Z.xml Special Watchlist 1634183098 1.927 2 0 0 2
150653 11528 11528 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81895/artifact/log/WDIO.xunit-2021-10-13T21-45-02-103Z.xml BlankPage 1634183103 0.555 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 1617.733ms