Skip to content

Commit 92d4a27

Browse files
author
dmy.berezovskyi
committed
Added git hub env description for README.md
1 parent 167dba2 commit 92d4a27

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

README.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,6 @@ A simple UI automation framework built with:
5454
# Add more environments and their default URLs as needed
5555
}
5656
```
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-
```
7557

7658
### Latest Drivers
7759

@@ -96,9 +78,17 @@ A simple UI automation framework built with:
9678

9779
#### *Important Notes*
9880

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).
10082
- Go to **Repository Settings** -> **Secrets and Variables** -> **Actions** -> **Variables**, and add `DEV_URL`, `STAG_URL`.
10183
- CI configuration is available for running tests on Ubuntu in `run_test_ubuntu.yaml`.
84+
- ```
85+
jobs:
86+
selenium-tests:
87+
runs-on: macos-latest
88+
env:
89+
DEV_URL: ${{ vars.DEV_URL }}
90+
STAG_URL: ${{ vars.STAG_URL }}
91+
```
10292

10393
### Local: Ruff Lint Configuration
10494

0 commit comments

Comments
 (0)