Skip to content

Commit

Permalink
Add modifications to playwright-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinwave committed Dec 16, 2024
1 parent 378a046 commit fdaf933
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/playwright-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,14 @@ jobs:
- name: Create Qualibrate Configuration
run: |
source .venv/bin/activate
# qualibrate config --create
yes | qualibrate config # Create the Qualibrate configuration file
qualibrate config --auto-accept \
--spawn-runner True \
--runner-address "http://localhost:8001/execution/" \
--runner-timeout 2.0 \
--app-storage-type local_storage \
--app-user-storage "./user_storage" \
--app-project "ci_project" \
--log-folder "./logs"
- name: Install Node.js
uses: actions/setup-node@v3
Expand All @@ -48,7 +53,7 @@ jobs:

- name: Install Playwright Dependencies
run: |
npm ci
npm install
npx playwright install --with-deps
- name: Run Playwright Tests
Expand Down

0 comments on commit fdaf933

Please sign in to comment.