home / tests

testsuites

5 rows where build_id = 11839

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
156448 11839 11839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81949/artifact/log/WDIO.xunit-2021-10-14T07-34-35-383Z.xml Page 1634218476 1.109 17 0 0 17
156449 11839 11839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81949/artifact/log/WDIO.xunit-2021-10-14T07-34-39-549Z.xml Special RecentChanges 1634218480 0.641 2 0 0 2
156450 11839 11839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81949/artifact/log/WDIO.xunit-2021-10-14T07-34-42-765Z.xml User 1634218483 6.425 2 0 0 0
156451 11839 11839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81949/artifact/log/WDIO.xunit-2021-10-14T07-34-51-713Z.xml Special Watchlist 1634218493 2.399 2 0 0 2
156452 11839 11839 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/81949/artifact/log/WDIO.xunit-2021-10-14T07-34-57-009Z.xml BlankPage 1634218498 0.607 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 1522.411ms