lambdatest-sdk-utils is a Python utility library designed to provide core functionalities and common tools for integrating with the LambdaTest platform. It typically serves as a foundational component for other LambdaTest Python SDKs, such as those for Selenium or Playwright. The current version is 1.0.5 and it generally follows the release cadence of the broader LambdaTest Python SDK ecosystem.
pip install lambdatest-sdk-utilsVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to initialize and use the `LambdaTestLogger` from the `lambdatest-sdk-utils` package for basic logging within your application.
Ensure you understand the context of this utility library. For full test automation capabilities, refer to the `lambdatest-selenium-driver` or `lambdatest-playwright-driver` packages and their respective documentation.
Set `LT_USERNAME` and `LT_ACCESS_KEY` environment variables with your LambdaTest credentials before running tests or applications that connect to LambdaTest. You can obtain these from your LambdaTest Automation Dashboard.
Always double-check your `pip install` commands and `import` statements to ensure you are using `lambdatest-sdk-utils` for LambdaTest-related utilities. Look for the 'lambdatest_' prefix to confirm the correct package.
No dependency data recorded yet.