Skip to main content

Playwright with JUnit

Your guide to running tests using JUnit SDK on BrowserStack’s Playwright Grid of 100+ browser-OS combinations.

Run tests on 100+ browser-OS combinations

This section covers running your first build with BrowserStack’s sample repo. To run builds with your existing test suite(s), skip to integrate your test suite.

Prerequisites

  • BrowserStack Username and Access key. You can find this in your account profile. If you have not created an account yet, you can sign up for a Free Trial.
  • JUnit, Java v8+ is installed on your machine.
  • If you are using CLI for running tests, ensure that Maven is installed on your machine, Maven environment variables are set, and Maven bin is added to system path, $PATH.

Run a sample build

Clone sample repository

Clone our sample Git repository using the following commands:

Copy icon Copy snippet

Compile the project

Compile the source code of the project by running the following command in your terminal/command-line:

Copy icon Copy snippet

Configure your browserstack.yml config file

The browserstack.yml file holds all the required capabilities to run your tests on BrowserStack

Set access credentials

Set userName and accessKey properties in browserstack.yml to authenticate your tests on BrowserStack.

Specify platforms to test on

Set the browsers/OS you want to test under the platforms object. Select over 100+ browsers-OS combinations from the list of supported browsers and OS

Update the browserstack.yml config file

Copy and replace the following config in the browserstack.yml file available in the root directory of the project.

browserstack.yml
Copy icon Copy snippet

Execute build on BrowserStack

You are now ready to run your build on BrowserStack. From the root directory of the project, run the following command.

Copy icon Copy snippet

View test results

View your tests on the BrowserStack Automate dashboard. To learn more about the dashboard, check the view test results document.

Automate Dashboard

Next steps

After you have successfully run your first test on BrowserStack, try integrating your test suite with BrowserStack.

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

Is this page helping you?

Yes
No

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!

Talk to an Expert
Download Copy