Add the configuration for Drone CI/CD to run E2E tests.
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-06 14:32:21 +03:00
parent 38e1e03b26
commit 8a3c22dab1
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -43,5 +43,8 @@ config :wallaby,
otp_app: :link_shortener,
screenshot_on_failure: true,
screenshot_dir: "screenshots",
driver: Wallaby.Selenium
driver: Wallaby.Selenium,
selenium: [
remote_url: System.get_env("SELENIUM_REMOTE_URL", "http://localhost:4444/wd/hub/")
]