Skip to content

Commit

Permalink
✨ Percy-playwright JS v1.0.6 (#379)
Browse files Browse the repository at this point in the history
* feat: update release version

* feat: update tag to latest

* feat: update readme
  • Loading branch information
this-is-shivamsingh committed Jun 25, 2024
1 parent 11d4fd5 commit f8cb7f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const desired_cap = {
- `page` (**required**) - A `playwright` page instance
- `name` (**required**) - The snapshot name; must be unique to each snapshot
- `options` (**optional**) - There are various options supported by percyScreenshot 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+]
- `sync` - Boolean value by default it falls back to `false`, Gives the processed result around screenshot [From CLI v1.28.8+]
- `fullPage` - Boolean value by default it falls back to `false`, Takes full page screenshot [From CLI v1.27.6+]
- `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.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/playwright",
"description": "Playwright client library for visual testing with Percy",
"version": "1.0.6-beta.2",
"version": "1.0.6",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": "https://github.com/percy/percy-playwright",
Expand Down Expand Up @@ -29,13 +29,13 @@
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"peerDependencies": {
"playwright-core": ">=1"
},
"devDependencies": {
"@percy/cli": "^1.28.8-beta.3",
"@percy/cli": "^1.28.8",
"@playwright/test": "^1.24.2",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit f8cb7f4

Please sign in to comment.