git clone https://github.com/mukesh-lt/pylenium-selenium-sample.git
cd pylenium-selenium-sample
Replace `username` and `accesskey` in remote url or pass `--remote_url https://${LT_USERNAME}:${LT_ACCESS_KEY}@hub.lambdatest.com/wd/hub` while running the test
command 1 : pip install pyleniumio
command 2 : pylenium init
Single test command : python -m pytest Serial/LT_ToDo_App/tests/test_todo_app.py
Parallel test command : python -m pytest Parallel/LT_ToDo_App/tests/test_todo_app.py