File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/main/java/io/percy/selenium Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 "test" : " npx percy exec --testing -- mvn test"
55 },
66 "devDependencies" : {
7- "@percy/cli" : " ^1.20.0"
7+ "@percy/cli" : " 1.27.0-alpha.0" ,
8+ "@percy/webdriver-utils" : " 1.27.0-alpha.0"
89 }
910}
Original file line number Diff line number Diff line change 55
66 <groupId >io.percy</groupId >
77 <artifactId >percy-java-selenium</artifactId >
8- <version >1.3.2 </version >
8+ <version >2.0.0-alpha.0 </version >
99 <packaging >jar</packaging >
1010
1111 <name >${project.groupId} :${project.artifactId} </name >
3232 <connection >scm:git:git://github.com/percy/percy-java-selenium.git</connection >
3333 <developerConnection >scm:git:https://github.com/percy/percy-java-selenium.git</developerConnection >
3434 <url >https://github.com/percy/percy-java-selenium/tree/master</url >
35- <tag >v1.3.2 </tag >
35+ <tag >v2.0.0-alpha.0 </tag >
3636 </scm >
3737
3838 <properties >
Original file line number Diff line number Diff line change 1010 */
1111class Environment {
1212 private WebDriver driver ;
13- private final static String SDK_VERSION = "1.3.2 " ;
13+ private final static String SDK_VERSION = "2.0.0-alpha.0 " ;
1414 private final static String SDK_NAME = "percy-java-selenium" ;
1515
1616 Environment (WebDriver driver ) {
You can’t perform that action at this time.
0 commit comments