home / tests

testsuites

8 rows where build_id = 694

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ build_id url name timestamp time tests failures errors skipped
2475 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-25-36-284Z.xml Page 1632792337 0.778 17 0 0 17
2476 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-25-39-641Z.xml Special RecentChanges 1632792341 0.646 2 0 0 2
2477 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-25-43-129Z.xml User 1632792344 5.306 2 0 0 0
2478 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-25-50-915Z.xml Special Watchlist 1632792352 2.415 2 0 0 2
2479 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-25-56-293Z.xml BlankPage 1632792357 0.615 1 0 0 0
2480 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-26-14-685Z.xml Cite backlinks 1632792375 3.579 6 0 0 0
2481 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-26-33-447Z.xml Echo 1632792397 16.196 4 0 0 0
2482 694 694 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php72-docker/76274/artifact/log/WDIO.xunit-2021-09-27T19-26-55-040Z.xml Notifications 1632792418 4.312 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 1614.963ms