File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ helm install website .
3030kubectl -n default get service website-cortexaai
3131```
3232
33- ## Step 5: Run Docker Compose ( Selenium Grid)
33+ ## Step 5: Run Selenium Grid
3434``` bash
3535docker 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```
4040http://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
4545export BROWSER=chrome
4646URL=http://localhost:< PORT>
4747python -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>"
You can’t perform that action at this time.
0 commit comments