Automate TurboScale Trial Grid
Run your test on BrowserStack hosted trial grid. Try the platform instantly and experience the power of Automate TurboScale firsthand.
The Automate TurboScale trial grid offers a straightforward and accessible way to try out and test the platform’s automated testing capabilities. The trial grid serves as an ideal launchpad before deploying your grid in cloud infrastructure.
Prerequisite
- An active BrowserStack account.
Run your test on trial grid
Follow these steps to run your tests on the trial grid.
-
Navigate to Automate TurboScale and click Explore Trial Grid on the welcome page.
The Trial Grid overview page appears.
-
Copy the framework-specific URL (Selenium, Playwright, or Cypress) from the Trial Grid overview console.
-
Choose a method to integrate the URL with the test suite by clicking on a tab.
Integrate URL with Your Test Suite
Follow these steps to integrate with your test suite config file.
-
Copy the appropriate framework-specific URL from the console.
-
Replace the webdriver remote URL with the copied URL in your test suite configuration file to direct test execution to the trial grid.
1. Update your BrowserStack config file
When you install the SDK, a browserstack.yml
config file is created at the root level of your project. This file holds all the required capabilities to run tests on BrowserStack.
Use Automate Turboscale
Update browserstack.yml file with selected capabilities
Copy the following code snippet and replace contents of browserstack.yml
file in the root folder of your test suite.
2. Run your test suite
Run the following command from your root directory to run your test suite with BrowserStack.
Once it is integrated, run the command to trigger the test. Then, go to the build dashboard to view the results.
Test your internal website
If you want to test a staging website using the trial grid, create a private connection between the trial grid and your staging environment. To create a private connection:
-
Click View Commands on the grid console.
-
Follow the steps to set up the private connection.
-
To enable BrowserStack Local, you must set the capability
browserstackLocal: true
under the capability object.
Your internal websites will be accessible on the trial grid.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!