Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.01 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.01 KB

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