How to integrate your Python Unittest test suites with LambdaTest?
Hi Macy!
In order to integrate your Python-Unittest test suites with LambdaTest, please refer to the below code snippet.
username = os.environ.get("LT_USERNAME")
access_key = os.environ.get("LT_ACCESS_KEY")
self.driver = webdriver.Remote(
command_executor="http://hub.lambdatest.com:80/wd/hub",
desired_capabilities=desired_caps)