Skip to content

Commit

Permalink
Merge pull request #73 from CSSE6400/86
Browse files Browse the repository at this point in the history
hehe
  • Loading branch information
86LAK authored May 14, 2024
2 parents ba39c9f + 0ae706d commit 96feb76
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 96feb76

Please sign in to comment.