- Scale your automation - Run multiple Playwright tests in parallel without hardware limitations
- Consistent environments - Execute tests in standardized browser environments, eliminating “works on my machine” issues
- Resource efficiency - Offload browser processes to the cloud, freeing up local resources
- Cross-platform testing - Access different operating systems and browser versions without local setup
- Remote debugging - Debug and inspect automated browser sessions through live view capabilities
1
Get an API Key
- Go to GBOX AI
- Copy your API Key
- Paste your GBOX API Key into your
env
file
.env
2
Install GBOX SDK and other dependencies
Install gbox-sdk and other dependencies by running the following command in your terminal.
3
Create a new Playwright test
Create a new Playwright test by running the following code.
4
Run the test
Run the test by running the following command in your terminal.