home / tests

testsuites

5 rows where build_id = 8003

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
112331 8003 8003 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80410/artifact/log/WDIO.xunit-2021-10-07T19-35-01-340Z.xml Page 1633656902 3.332 17 0 0 17
112332 8003 8003 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80410/artifact/log/WDIO.xunit-2021-10-07T19-35-07-147Z.xml Special RecentChanges 1633656908 0.628 2 0 0 2
112333 8003 8003 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80410/artifact/log/WDIO.xunit-2021-10-07T19-35-10-112Z.xml User 1633656911 7.596 2 0 0 0
112334 8003 8003 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80410/artifact/log/WDIO.xunit-2021-10-07T19-35-19-987Z.xml Special Watchlist 1633656921 2.102 2 0 0 2
112335 8003 8003 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80410/artifact/log/WDIO.xunit-2021-10-07T19-35-24-576Z.xml BlankPage 1633656925 0.603 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 1565.625ms