diff --git a/src/integration-test/resources/GebConfig.groovy b/src/integration-test/resources/GebConfig.groovy index adb480e3..ab1439ff 100644 --- a/src/integration-test/resources/GebConfig.groovy +++ b/src/integration-test/resources/GebConfig.groovy @@ -21,6 +21,7 @@ environments { driver = { ChromeOptions o = new ChromeOptions() o.addArguments('headless') + o.addArguments('--remote-allow-origins=*') new ChromeDriver(o) } }