This commit is contained in:
parent
325e2f1ee9
commit
08e573d63c
17 changed files with 348 additions and 26 deletions
10
docker-compose.tests.yml
Normal file
10
docker-compose.tests.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
services:
|
||||
playwright:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.playwright
|
||||
depends_on:
|
||||
worktracker:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
PLAYWRIGHT_BASE_URL: http://worktracker:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue