home / tests

testsuites

5 rows where build_id = 9970

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
136858 9970 9970 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23778/artifact/log/WDIO.xunit-2021-10-09T10-28-20-696Z.xml Page 1633796901 0.617 17 0 0 17
136859 9970 9970 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23778/artifact/log/WDIO.xunit-2021-10-09T10-28-23-561Z.xml Special RecentChanges 1633796904 0.554 2 0 0 2
136860 9970 9970 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23778/artifact/log/WDIO.xunit-2021-10-09T10-28-26-405Z.xml User 1633796907 4.911 2 0 0 0
136861 9970 9970 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23778/artifact/log/WDIO.xunit-2021-10-09T10-28-33-586Z.xml Special Watchlist 1633796914 2.276 2 0 0 2
136862 9970 9970 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php73-docker/23778/artifact/log/WDIO.xunit-2021-10-09T10-28-38-139Z.xml BlankPage 1633796919 0.508 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 3008.274ms