Skip to content

Commit

Permalink
4. Fix des Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AwedIssac committed Oct 17, 2024
1 parent 253525c commit 68f60cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: ./modules/fbs-core/web
run: |
export PW_ALLURE_RESULTS_DIR=allure-results
npx playwright test --reporter=line,allure-playwright
npx playwright test ./tests --reporter=line,allure-playwright
- name: Generate Allure Report
run: |
npx allure generate allure-results --clean -o allure-report
Expand Down
2 changes: 1 addition & 1 deletion modules/fbs-core/web/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { defineConfig } from '@playwright/test';

export default defineConfig({
testDir: './modules/fbs-core/web/tests',
testDir: './tests',
timeout: 30000,
retries: 0,

Expand Down

0 comments on commit 68f60cb

Please sign in to comment.