Skip to content

Commit b5ad1df

Browse files
committed
add allure to all tests
1 parent b3fede7 commit b5ad1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install -r requirements.txt
21-
pip install pytest-cov # Para coverage
22-
pip install webdriver-manager # Para browsers si lo usas aún
21+
pip install pytest-cov
22+
pip install webdriver-manager
2323
- name: Install Allure
2424
run: |
2525
wget https://github.com/allure-framework/allure2/releases/download/2.25.0/allure-2.25.0.zip

0 commit comments

Comments
 (0)