Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.seleniumhq.selenium</groupId>
  3. <artifactId>selenium-server</artifactId>
  4. <version>3.141.59</version>
  5. </dependency>
  6.  
  7.  
  8. <plugin>
  9. <groupId>org.apache.maven.plugins</groupId>
  10. <artifactId>maven-surefire-plugin</artifactId>
  11. <version>3.0.0-M4</version>
  12. <configuration>
  13. <parallel>methods</parallel>
  14. <threadCount>5</threadCount>
  15. <perCoreThreadCount>false</perCoreThreadCount>
  16. </configuration>
  17. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement