jdaugherty commented on code in PR #15351: URL: https://github.com/apache/grails-core/pull/15351#discussion_r2730382750
########## grails-profiles-tests/functional-tests/src/test/resources/GebConfig.groovy: ########## @@ -0,0 +1,43 @@ +import org.openqa.selenium.chrome.ChromeDriver +import org.openqa.selenium.chrome.ChromeOptions +import org.openqa.selenium.firefox.FirefoxDriver +import org.openqa.selenium.firefox.FirefoxOptions +import org.openqa.selenium.safari.SafariDriver + +baseUrl = 'http://localhost:3000' + +environments { + + // You need to configure in Safari -> Develop -> Allowed Remote Automation Review Comment: I don't think this is correct. We containerized Geb and no longer use a local browser for testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
