Is it possible to add UI tests for CarPlay using XCTest framework?
func testExample() throws {
let app = XCUIApplication()
app.launch()
}
This is the basic UI test that I have but it does not launch the extended display for CarPlay.