playwright-pytest-bdd/docker-compose.yml

16 lines
274 B
YAML

version: '3'
services:
tests:
image: playui_py
command: ./execute_tests_bdd.sh
depends_on:
- setup
volumes:
- .:/app
environment:
- DOCKER_RUN=True
setup:
build:
context: .
dockerfile: Dockerfile
image: playui_py