adding config for ui tests (#3082)

This commit is contained in:
parthp2107 2022-03-03 10:35:31 +05:30 committed by GitHub
parent 6ad55972d4
commit bec8c74ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
<dropwizard.swagger.version>2.0.12-1</dropwizard.swagger.version>
<testng.version>7.5</testng.version>
<selenium.version>4.1.1</selenium.version>
<skipTests>false</skipTests>
</properties>
<dependencies>
@ -142,8 +143,9 @@
<goals>
<goal>yarn</goal>
</goals>
<phase>test</phase>
<phase>prepare-package</phase>
<configuration>
<skip>${skipTests}</skip>
<arguments>run build-test</arguments>
</configuration>
</execution>