home / tests

testsuites

5 rows where build_id = 5359

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
72591 5359 5359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23757/artifact/log/WDIO.xunit-2021-10-04T18-45-11-420Z.xml Page 1633394713 0.841 17 0 0 17
72592 5359 5359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23757/artifact/log/WDIO.xunit-2021-10-04T18-45-15-711Z.xml Special RecentChanges 1633394717 0.769 2 0 0 2
72593 5359 5359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23757/artifact/log/WDIO.xunit-2021-10-04T18-45-19-872Z.xml User 1633394721 5.804 2 0 0 0
72594 5359 5359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23757/artifact/log/WDIO.xunit-2021-10-04T18-45-29-106Z.xml Special Watchlist 1633394730 2.754 2 0 0 2
72595 5359 5359 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23757/artifact/log/WDIO.xunit-2021-10-04T18-45-35-212Z.xml BlankPage 1633394736 0.755 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 1600.24ms