Home - alandiaz08/e2e-web-framework GitHub Wiki
Description
e2e-web-framework is an e2e demo framework. It was developed using Java, gradle, and Selenium.
Quickstart
Assuming Google Chrome and Git installed:
# install java 11 (skip if already installed)
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk11
# install chromedriver (skip if already installed)
brew cask install chromedriver
# clone the project and launch the tests
git clone clone https://github.com/alandiaz08/e2e-web-framework.git
cd e2e-web-tests
./gradlew test -Dbrowser=chrome