Currently, the percy upload command uploads a single snapshot at a time. This command uses @percy/client directly, and so does not have access to the concurrency used in @percy/core.
We can still utilize the core queue class to create an image upload queue and make this process a bit faster for this command.
Currently, the
percy uploadcommand uploads a single snapshot at a time. This command uses@percy/clientdirectly, and so does not have access to the concurrency used in@percy/core.We can still utilize the core queue class to create an image upload queue and make this process a bit faster for this command.