percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
70 stars 43 forks source link

Unable to use @percy/storybook with `--parallel` flag #1294

Closed elliotwestlake closed 1 year ago

elliotwestlake commented 1 year ago

The problem

You are unable to set --parallel when using percy storybook ./storybook-static

Environment

Details

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

Please do not trim or edit these logs, often times there are hints in the full logs that help debug what is going on.

Code to reproduce issue

Given the nature of testing/environment bugs, it’s best to try and isolate the issue in a reproducible repo. This will make it much easier for us to diagnose and fix.

Run the following:

pnpm percy storybook --parallel ./storybook-static
itsjwala commented 1 year ago

hey @elliotwestlake 👋