Skip to content

Commit a7e905f

Browse files
committed
Updated the actions file to include step to install Allure CLI
1 parent f322498 commit a7e905f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Run Playwright tests
3131
run: npx playwright test
3232

33+
- name: Install Allure CLI
34+
run: npm install -g allure-commandline --save-dev
35+
3336
- name: Generate Allure report
3437
run: npm run allure:generate
3538

0 commit comments

Comments
 (0)