Use custom Dockerfile for selenium in order to take regression test videos

This commit is contained in:
Andrea Fazzi 2020-02-07 11:03:19 +01:00
parent 4a1a5627e5
commit 671cd24b6d

View file

@ -34,7 +34,9 @@ services:
- "1025:25" - "1025:25"
selenium: selenium:
image: selenium/standalone-firefox-debug build:
context: .
dockerfile: Dockerfile.selenium
ports: ports:
- "4444:4444" - "4444:4444"
- "5900:5900" - "5900:5900"