Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: ''

There are common setup gotchas that happen with Percy's SDKs, it would be worth reading
the debugging document, which might already answer your question:
https://docs.percy.io/docs/debugging-sdks
https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks

## Reach out to Percy support instead?

Expand Down Expand Up @@ -43,7 +43,7 @@ If necessary, describe the problem you have been experiencing in more detail.
## Debug logs

If you are reporting a bug, _always_ include logs! [Give the "Debugging SDKs"
document a quick read for how to gather logs](https://docs.percy.io/docs/debugging-sdks#debugging-sdks)
document a quick read for how to gather logs](https://www.browserstack.com/docs/percy/integrate/percy-sdk-workflow#debugging-sdks)

Please do not trim or edit these logs, often times there are hints in the full
logs that help debug what is going on.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ options](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#p

## Percy config file options

In addition to [common Percy config file options](https://docs.percy.io/docs/cli-configuration),
In addition to [common Percy config file options](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview),
this SDK also adds the following Storybook specific options:

``` yaml
Expand Down Expand Up @@ -296,13 +296,13 @@ Most importantly, the command itself has changed and all previous arguments are
```

- The `--widths` flag is no longer accepted. Widths can be set using the respective `widths`
[Percy config file `snapshot` option](https://docs.percy.io/docs/cli-configuration#snapshot) or
[Percy config file `snapshot` option](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot) or
`percy` Storybook parameter.

- The `--minimum_height` flag is no longer accepted and therefore no longer defaults to
800px. The default minimum height shared by all SDKs is 1024px. The minimum height can be
set using the respective `min-height` [Percy config file `snapshot`
option](https://docs.percy.io/docs/cli-configuration#snapshot) or `percy` Storybook parameter.
option](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot) or `percy` Storybook parameter.

- The `--debug` flag is now `--verbose`, inherited from the CLI.

Expand Down Expand Up @@ -348,7 +348,7 @@ environment for Storybook to properly load. This is in contrast to all of our ot
JavaScript is disabled by default to prevent flakey diffs caused by animations or other JavaScript
running on the page. With the new SDK and real DOM snapshots, JS is disabled by default. If you
upgrade and experience diffs due to the lack of JavaScript, it can be re-enabled using the matching
Percy config file or per-snapshot option, [`enableJavaScript`](https://docs.percy.io/docs/cli-configuration#snapshot).
Percy config file or per-snapshot option, [`enableJavaScript`](https://www.browserstack.com/docs/percy/take-percy-snapshots/overview#snapshot).

## Development
- Current package.json and yarn.lock install storybook v7 as devDependency and hence require node 16 for development.
Expand Down