home / tests

testsuites

5 rows where build_id = 11527

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
150644 11527 11527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81896/artifact/log/WDIO.xunit-2021-10-13T21-57-40-357Z.xml Page 1634183862 1.288 17 0 0 17
150645 11527 11527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81896/artifact/log/WDIO.xunit-2021-10-13T21-57-45-132Z.xml Special RecentChanges 1634183866 0.769 2 0 0 2
150646 11527 11527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81896/artifact/log/WDIO.xunit-2021-10-13T21-57-49-420Z.xml User 1634183871 5.731 2 0 0 0
150647 11527 11527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81896/artifact/log/WDIO.xunit-2021-10-13T21-57-58-581Z.xml Special Watchlist 1634183880 2.496 2 0 0 2
150648 11527 11527 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81896/artifact/log/WDIO.xunit-2021-10-13T21-58-04-538Z.xml BlankPage 1634183885 0.605 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 1664.234ms