diff --git a/.devcontainer/postCreate.sh b/.devcontainer/postCreate.sh index 72e4837..a78aa72 100755 --- a/.devcontainer/postCreate.sh +++ b/.devcontainer/postCreate.sh @@ -3,4 +3,7 @@ # Install dependencies using Composer in case they are missing if [ ! -f composer.lock ]; then composer install -fi \ No newline at end of file +fi + +# Install ChromeDriver matching the installed Chrome version +vendor/bin/testbench dusk:chrome-driver --detect \ No newline at end of file