home / tests

testsuites

5 rows where build_id = 12960

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
175690 12960 12960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7879/artifact/log/WDIO.xunit-2021-10-16T11-25-07-259Z.xml Page 1634405108 3.044 17 0 0 17
175691 12960 12960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7879/artifact/log/WDIO.xunit-2021-10-16T11-25-12-998Z.xml Special RecentChanges 1634405114 0.723 2 0 0 2
175692 12960 12960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7879/artifact/log/WDIO.xunit-2021-10-16T11-25-16-641Z.xml User 1634405117 5.972 2 0 0 0
175693 12960 12960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7879/artifact/log/WDIO.xunit-2021-10-16T11-25-25-134Z.xml Special Watchlist 1634405126 2.812 2 0 0 2
175694 12960 12960 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-docker/7879/artifact/log/WDIO.xunit-2021-10-16T11-25-31-131Z.xml BlankPage 1634405132 0.834 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 1599.358ms