Skip to content

Commit

Permalink
🔖 release-v2.1.1-beta.0 and readme update (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh authored Jan 31, 2024
1 parent e97efc7 commit a78cdbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public class Example {
- `driver` (**required**) - A appium driver instance
- `name` (**required**) - The screenshot name; must be unique to each screenshot
- `options` (**optional**) - There are various options supported by percy_screenshot to server further functionality.
- `sync` - Boolean value by default it falls back to false, Gives the processed result around screenshot [From CLI v1.28.0-beta.0+]
- `freezeAnimatedImage` - Boolean value by default it falls back to `false`, you can pass `true` and percy will freeze image based animations.
- `freezeImageBySelectors` - List of selectors. Images will be freezed which are passed using selectors. For this to work `freezeAnimatedImage` must be set to true.
- `freezeImageByXpaths` - List of xpaths. Images will be freezed which are passed using xpaths. For this to work `freezeAnimatedImage` must be set to true.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.percy</groupId>
<artifactId>percy-appium-app</artifactId>
<version>2.1.0</version>
<version>2.1.1-beta.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/percy/appium/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Environment {
private AppiumDriver driver;
public static final String SDK_VERSION = "2.1.0";
public static final String SDK_VERSION = "2.1.1-beta.0";
private static final String SDK_NAME = "percy-appium-app";
private static String percyBuildID;
private static String percyBuildUrl;
Expand Down

0 comments on commit a78cdbf

Please sign in to comment.