home / tests

testsuites

9 rows where build_id = 7978

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
111972 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-23-23-461Z.xml CodeMirror bracket match default 1633656206 11.928 1 0 0 0
111973 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-23-40-144Z.xml CodeMirror bracket match highlighting for the wikitext 2010 editor 1633656223 9.519 2 0 0 0
111974 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-23-54-226Z.xml CodeMirror bracket match highlighting for the wikitext 2017 editor 1633656237 7.759 2 0 0 0
111975 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-24-24-693Z.xml Page 1633656268 10.03 17 0 0 17
111976 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-24-39-857Z.xml Special RecentChanges 1633656280 1.518 2 0 0 2
111977 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-24-43-846Z.xml User 1633656284 8.561 2 0 0 0
111978 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-24-54-768Z.xml Special Watchlist 1633656295 2.602 2 0 0 2
111979 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-24-59-769Z.xml BlankPage 1633656300 0.832 1 0 0 0
111980 7978 7978 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9657/artifact/log/WDIO.xunit-2021-10-07T19-25-17-513Z.xml Cite backlinks 1633656318 3.59 6 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 1912.446ms