Use custom Dockerfile for selenium in order to take regression test videos
This commit is contained in:
parent
4a1a5627e5
commit
671cd24b6d
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue