You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-19Lines changed: 9 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,24 +54,6 @@ A simple UI automation framework built with:
54
54
# Add more environments and their default URLs as needed
55
55
}
56
56
```
57
-
5. Setup github env for CI GitHib Actions
58
-
- Go to repo settings
59
-
- Go to Secrets and Variables
60
-
- Add New Environment Variables:
61
-
- Click the "New repository variable" button.
62
-
- In the "Name" field, enter the desired variable name:
63
-
- For development environment: DEV_URL
64
-
- For staging environment: STAGE_URL
65
-
- In the "Value" field, input the corresponding URL (e.g., https://dev.example.com or https://stage.example.com).
66
-
- Click "Add variable" to save your changes.
67
-
```
68
-
jobs:
69
-
selenium-tests:
70
-
runs-on: macos-latest
71
-
env:
72
-
DEV_URL: ${{ vars.DEV_URL }}
73
-
STAG_URL: ${{ vars.STAG_URL }}
74
-
```
75
57
76
58
### Latest Drivers
77
59
@@ -96,9 +78,17 @@ A simple UI automation framework built with:
96
78
97
79
#### *Important Notes*
98
80
99
-
- When running CI locally, ensure your Git resources contain the correct Chrome driver with x86_64 architecture (unless using Selenium version 4.11.0 or higher).
81
+
- When running CI locally, ensure your Git resources contain the correct Chrome driver with x86_64 architecture (unless using Selenium version 4.24.0 or higher).
100
82
- Go to **Repository Settings** -> **Secrets and Variables** -> **Actions** -> **Variables**, and add `DEV_URL`, `STAG_URL`.
101
83
- CI configuration is available for running tests on Ubuntu in `run_test_ubuntu.yaml`.
0 commit comments