Skip to content

Commit

Permalink
hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK committed May 14, 2024
1 parent 67b6e82 commit 0ae706d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration_tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get update && apt-get install -y docker.io
WORKDIR /app

# Install any needed packages specified in requirements.txt
RUN pip install requests pytest pytest-reportlog rfc3339-validator pendulum python-lorem sqlalchemy psycopg2
RUN pip install requests pytest pytest-reportlog rfc3339-validator pendulum python-lorem sqlalchemy psycopg2 pytest-playwright

RUN playwright install

# Copy the current directory contents into the container at /app
COPY . tests
Expand Down

0 comments on commit 0ae706d

Please sign in to comment.