From af9fa66f4d3a365508057a028ae7c00941390372 Mon Sep 17 00:00:00 2001 From: John Hooks Date: Fri, 15 Dec 2023 04:13:37 -0800 Subject: [PATCH] fix: remove chrome driver from codeception config --- codeception.dist.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/codeception.dist.yml b/codeception.dist.yml index d04ea88..4f6896b 100644 --- a/codeception.dist.yml +++ b/codeception.dist.yml @@ -16,8 +16,6 @@ params: extensions: enabled: - "Codeception\\Extension\\RunFailed" - - "lucatume\\WPBrowser\\Extension\\ChromeDriverController" - - "lucatume\\WPBrowser\\Extension\\DockerComposeController" commands: - "lucatume\\WPBrowser\\Command\\RunOriginal" - "lucatume\\WPBrowser\\Command\\RunAll" @@ -28,17 +26,3 @@ extensions: - "lucatume\\WPBrowser\\Command\\DevStop" - "lucatume\\WPBrowser\\Command\\DevInfo" - "lucatume\\WPBrowser\\Command\\DevRestart" - - "lucatume\\WPBrowser\\Command\\ChromedriverUpdate" - config: - "lucatume\\WPBrowser\\Extension\\BuiltInServerController": - suites: - - Acceptance - docroot: "%WORDPRESS_ROOT_DIR%" - port: "%WORDPRESS_LOCALHOST_PORT%" - workers: 5 - "lucatume\\WPBrowser\\Extension\\ChromeDriverController": - port: "%CHROMEDRIVER_PORT%" - binary: "%CHROMEDRIVER_BINARY%" - "lucatume\\WPBrowser\\Extension\\DockerComposeController": - compose-file: docker-compose.yml - env-file: tests/.env