Skip to content

Commit

Permalink
edit README file
Browse files Browse the repository at this point in the history
  • Loading branch information
hala-samir committed Aug 5, 2024
1 parent 25610f1 commit bec6727
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ Selenium-maven-project
└── README.md
```
### Using Docker with Selenium Standalone and Selenium Hub
1. Docker Compose Basics

1. Docker Compose Basics:

Docker Compose allows you to define and manage multi-container applications. In your project’s root directory, create a docker-compose.yml file (if you haven’t already). This file will describe your services and their configurations.

2. Selenium Hub Service

Now let’s add Selenium Hub with different browsers nodes:

```
Expand Down

0 comments on commit bec6727

Please sign in to comment.