Skip to content

Commit 1bf4113

Browse files
committed
make parralel run
set correct base url
1 parent 55e80ae commit 1bf4113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
env:
16-
BASE_URL: https://your-base-url.com # <-- Set your actual BASE_URL here
16+
BASE_URL: https://ultimateqa.com/complicated-page # <-- Set your actual BASE_URL here
1717

1818
steps:
1919
- name: Checkout code
@@ -43,4 +43,4 @@ jobs:
4343
- name: Run tests with Pytest
4444
run: |
4545
source .venv/bin/activate
46-
pytest Ultimateqa/tests
46+
pytest Ultimateqa/tests -n auto

0 commit comments

Comments
 (0)