Update to docker file
This commit is contained in:
parent
fa9920a56a
commit
895055124d
1 changed files with 3 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ RUN npm install
|
||||||
# Install Playwright browsers
|
# Install Playwright browsers
|
||||||
RUN npx playwright install --with-deps
|
RUN npx playwright install --with-deps
|
||||||
|
|
||||||
|
# Install jq
|
||||||
|
RUN apt-get install -y jq
|
||||||
|
|
||||||
# Copy the rest of the application code
|
# Copy the rest of the application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Run Playwright tests
|
|
||||||
CMD ["npx", "playwright", "test"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue