home / tests

testsuites

5 rows where build_id = 708

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2648 708 708 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76258/artifact/log/WDIO.xunit-2021-09-24T21-44-40-565Z.xml Page 1632541484 0.702 17 0 0 17
2649 708 708 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76258/artifact/log/WDIO.xunit-2021-09-24T21-44-46-577Z.xml Special RecentChanges 1632541488 0.594 2 0 0 2
2650 708 708 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76258/artifact/log/WDIO.xunit-2021-09-24T21-44-50-020Z.xml User 1632541491 4.704 2 0 0 0
2651 708 708 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76258/artifact/log/WDIO.xunit-2021-09-24T21-44-57-031Z.xml Special Watchlist 1632541498 2.219 2 0 0 2
2652 708 708 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76258/artifact/log/WDIO.xunit-2021-09-24T21-45-02-125Z.xml BlankPage 1632541503 0.641 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 1512.277ms