runTestsOnBrowserStack
Generate setup instructions to run tests on BrowserStack based on the automation framework, testing framework, programming language, and desired platforms in your project.
Instructions
Use this tool to get instructions for running tests on BrowserStack.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
desiredPlatforms | Yes | The platforms the user wants to test on. Always ask this to the user, do not try to infer this. | |
detectedBrowserAutomationFramework | Yes | The automation framework configured in the project. Example: 'playwright', 'selenium' | |
detectedLanguage | Yes | The programming language used in the project. Example: 'nodejs', 'python' | |
detectedTestingFramework | Yes | The testing framework used in the project. Example: 'jest', 'pytest' |