home / tests

testsuites

5 rows where build_id = 8006

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
112348 8006 8006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80407/artifact/log/WDIO.xunit-2021-10-07T19-34-48-382Z.xml Page 1633656889 1.002 17 0 0 17
112349 8006 8006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80407/artifact/log/WDIO.xunit-2021-10-07T19-34-51-751Z.xml Special RecentChanges 1633656892 4.136 2 0 0 2
112350 8006 8006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80407/artifact/log/WDIO.xunit-2021-10-07T19-34-58-283Z.xml User 1633656899 5.459 2 0 0 0
112351 8006 8006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80407/artifact/log/WDIO.xunit-2021-10-07T19-35-06-190Z.xml Special Watchlist 1633656907 1.986 2 0 0 2
112352 8006 8006 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-selenium-docker/80407/artifact/log/WDIO.xunit-2021-10-07T19-35-11-021Z.xml BlankPage 1633656912 0.686 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 1525.137ms