home / tests

testsuites

9 rows where build_id = 7971

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
111933 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-39-14-664Z.xml CodeMirror bracket match default 1633657158 8.558 1 0 0 0
111934 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-39-29-334Z.xml CodeMirror bracket match highlighting for the wikitext 2010 editor 1633657173 7.382 2 0 0 0
111935 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-39-42-950Z.xml CodeMirror bracket match highlighting for the wikitext 2017 editor 1633657187 9.886 2 0 0 0
111936 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-40-23-136Z.xml Page 1633657224 0.777 17 0 0 17
111937 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-40-27-331Z.xml Special RecentChanges 1633657229 0.826 2 0 0 2
111938 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-40-31-734Z.xml User 1633657233 6.517 2 0 0 0
111939 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-40-41-834Z.xml Special Watchlist 1633657243 3.321 2 0 0 2
111940 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-40-48-675Z.xml BlankPage 1633657250 1.027 1 0 0 0
111941 7971 7971 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php73-selenium-docker/9671/artifact/log/WDIO.xunit-2021-10-07T19-41-15-897Z.xml Cite backlinks 1633657277 4.701 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 1593.272ms