Skip to content

Commit

Permalink
Add executing test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Oct 20, 2023
1 parent 979cd5d commit 56e03a2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,28 @@ development machine:
| Windows | `scoop install java/openjdk21` | `scoop install maven` | `winget install -e --id Docker.DockerDesktop` |
| macOS | `brew install --cask temurin` | `brew install maven` | `brew install docker` |

## Executing The Tests

- Clone the repository.

```shell
git clone git@github.com:burakkaygusuz/selenium-java-architecture-skeleton.git
```

- Change the directory.

```shell
cd selenium-java-architecture-skeleton
```

- Execute the .yml file to start the Selenium Grid.

```shell
docker-compose -f docker-compose.yml up
```

- Run the test.

```shell
mvn clean test
```

0 comments on commit 56e03a2

Please sign in to comment.