Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 972 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 972 Bytes

vue-pokedex-ui-test-automation

Selenium test automation for vue-pokedex project at https://github.com/shadforth/vue-pokedex

Built with

Pre-requisite

To run automation in Chrome Browser, enter:

  • mvn clean test -Dbrowser=chrome from the root directory

To run automation in Firefox Browser, enter:

  • mvn clean test -Dbrowser=firefox from the root directory