Skip to content

Commit 44dec81

Browse files
updated README.md
1 parent 9d314dd commit 44dec81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ helm install website .
3030
kubectl -n default get service website-cortexaai
3131
```
3232

33-
## Step 5: Run Docker Compose (Selenium Grid)
33+
## Step 5: Run Selenium Grid
3434
```bash
3535
docker compose up --scale chrome=2
3636
```
3737

38-
## Step 6: Observe Selenium Grid Run (Including Built-In VNC Viewer)
38+
## Step 6: Observe Selenium Grid
3939
```
4040
http://localhost:4444/ui
4141
```
4242

43-
## Run Front-End Tests MAC/LINUX (Including Snapshot Images) [OPTION 1]
43+
## Run Front-End Tests MAC/LINUX [OPTION 1]
4444
```bash
4545
export BROWSER=chrome
4646
URL=http://localhost:<PORT>
4747
python -m unittest discover
4848
```
4949

50-
## Run Front-End Tests Windows (Including Snapshot Images) [OPTION 2]
50+
## Run Front-End Tests Windows [OPTION 2]
5151
```bash
5252
$env:BROWSER="chrome"
5353
$env:URL="http://host.docker.internal:<PORT>"

0 commit comments

Comments
 (0)