Skip to content

Commit

Permalink
fix: remove chrome driver from codeception config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Dec 15, 2023
1 parent eae19ee commit af9fa66
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions codeception.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit af9fa66

Please sign in to comment.