Add the configuration for Drone CI/CD to run E2E tests.
continuous-integration/drone/push Build is failing
continuous-integration/drone/push Build is failing
This commit is contained in:
+4
-1
@@ -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/")
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user