Skip to content

Commit

Permalink
Playwright-Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
AwedIssac committed Oct 20, 2024
1 parent 0bc9481 commit 77b9001
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
run: |
rm -rf allure-results
rm -rf allure-report
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo apt-get install -y docker-compose
- name: Start Docker containers
run: docker-compose -f docker-compose.yml up -d
- name: Wait for services to be ready
run: sleep 30
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Install Allure dependencies
Expand Down

0 comments on commit 77b9001

Please sign in to comment.