We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e80ae commit 1bf4113Copy full SHA for 1bf4113
1 file changed
.github/workflows/github_actions_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
env:
16
- BASE_URL: https://your-base-url.com # <-- Set your actual BASE_URL here
+ BASE_URL: https://ultimateqa.com/complicated-page # <-- Set your actual BASE_URL here
17
18
steps:
19
- name: Checkout code
@@ -43,4 +43,4 @@ jobs:
43
- name: Run tests with Pytest
44
run: |
45
source .venv/bin/activate
46
- pytest Ultimateqa/tests
+ pytest Ultimateqa/tests -n auto
0 commit comments