Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jun 15, 2021
1 parent 08845b1 commit 8334fa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aemdesign-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,13 @@ mvn clean test -Dmaven.repo.local=/build/.m2/repository -D"geb.env=remote-seleni
```bash
./asciidoctor-convert-reports -root remote-seleniumhub-chrome -pdf
```

## Running Tests using Maven

You can test the execution of tests on your local system using following command. This will run tests using local selenium and AEM instances and will execute all tests listed in `test-list` with viewports listed in `test-viewports`:

```powershell
./test-spec -SILENT -TEST_USING_MAVEN true
```

This will use maven for main execution but will attempt to use Docker for ImageMagic and Asciidoc reports.

0 comments on commit 8334fa8

Please sign in to comment.