Healenium BrowserStack installation
Configure Healenium-Proxy with Docker
Configure Healenium-Proxy without Docker
Healenium-BrowserStack example demos java project to test both web app and native apps using Selenium/Appium.
Clone Healenium repository:
git clone https://github.com/healenium/healenium.git
Replace SELENIUM_SERVER_URL and APPIUM_SERVER_URL env variables of healenium-proxy service in the docker-compose-appium.yaml or shell-installation/selenium-grid/start_healenium.sh (without docker) to
http://User_Name:[email protected]/wd/hub
User_Name - your BrowserStack User Name
Access_Name - your BrowserStack Access Name
docker-compose -f docker-compose-appium.yaml up -d
Replace SELENIUM_SERVER_URL and APPIUM_SERVER_URL env variables of healenium-proxy service in the shell-installation/selenium-grid/start_healenium.sh to
http://User_Name:[email protected]/wd/hub
User_Name - your BrowserStack User Name
Access_Name - your BrowserStack Access Name
./download_services.sh
./start_healenium.sh
Run example tests
mvn clean test