Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh-githunt authored Mar 9, 2021
1 parent 6bbe249 commit 5e229f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

- run:
name: create docker network
command: docker network create grid
# - run:
# name: create docker network
# command: docker network create grid

- run:
name: install selenium-hub
command: docker run -d --rm -p 4444:4444 --net grid --name selenium-hub selenium/hub
command: docker run -d -p 192.168.10.10:4444:4444 --net grid --name selenium-hub selenium/hub

- run:
name: install selenium-node
command: docker run -d -p 5900:5900 --net grid --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug
command: docker run -d -p 5900:5900 --link selenium-hub:hub -v /dev/shm:/dev/shm selenium/node-chrome-debug

- run:
name: install-npm
Expand Down

0 comments on commit 5e229f6

Please sign in to comment.