Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 271 Bytes

OWASPJuiceShopUITests

UI Tests for OWASP Juice Shop Application written using WebDriver 4

Create a user and update resources/application.properties

Run Tests

docker-compose build
docker-compose up -d
mvn clean -Dtest=JuiceShopJunitTest test