Skip to content

healenium/healenium-browserstack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healenium-BrowserStack Example

Docker Pulls License @healenium

Table of Contents

Overall information

Healenium BrowserStack installation

Configure Healenium-Proxy with Docker

Configure Healenium-Proxy without Docker

Overall information

Healenium-BrowserStack example demos java project to test both web app and native apps using Selenium/Appium.

Healenium BrowserStack installation

Clone Healenium repository:

git clone https://github.com/healenium/healenium.git

Configure Healenium-Proxy with Docker

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:Access_Key@hub.browserstack.com/wd/hub 

User_Name - your BrowserStack User Name
Access_Name - your BrowserStack Access Name

Run Healenium:

docker-compose -f docker-compose-appium.yaml up -d

Configure Healenium-Proxy without Docker

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:Access_Key@hub.browserstack.com/wd/hub 

User_Name - your BrowserStack User Name
Access_Name - your BrowserStack Access Name

Run Healenium using bash scripts:

./download_services.sh
./start_healenium.sh

Run example tests

mvn clean test

Community / Support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published