Skip to content

Instantly share code, notes, and snippets.

@angiejones
Last active January 29, 2021 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/88570851233fdb8db139c931db21d47f to your computer and use it in GitHub Desktop.
Save angiejones/88570851233fdb8db139c931db21d47f to your computer and use it in GitHub Desktop.
Playwright and TestNG dependencies
<dependencies>
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>0.180.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment