Skip to content

kevin-monteiro/vendor-local-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud vendor local tunnel

Will run a simple test on Windows 11 / Chrome machine to launch a local server.

Variables

Make sure you add your credentials in file bin/vars

Local Runs

Local server start

docker-compose --file ./docker-compose.test.yml up -d test-server

browserstack

$ ./bin/bs.sh

lambdatest

$ ./bin/lt.sh

hybrid ( both browserstack and lambdatest)

$ ./bin/hybrid.sh

Local server stop

docker-compose --file ./docker-compose.test.yml stop

Docker Runs

Before running docker make sure that you have killed the local server started for local testing purpose

browserstack

Add the entrypoint as ./bin/bs.sh in ./bin/run.sh

lambdatest

Add the entrypoint as ./bin/lt.sh in ./bin/run.sh

hybrid ( both browserstack and lambdatest)

Add the entrypoint as ./bin/hybrid.sh in ./bin/run.sh

To run tests and local server run this command after adding entrypoint

$ ./bin/run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published