percy / exec-action

A (deprecated) GitHub action to run Percy Agent `percy exec` commands
https://docs.percy.io/docs/github-actions#section-exec-action
MIT License
8 stars 5 forks source link

Support parallel builds #2

Closed Robdel12 closed 3 years ago

Robdel12 commented 5 years ago

This would set the NONCE as well as the parallel total to -1 (and use finalize all).

It's unknown if another action will be needed for finalize all, or if the user could just run npx finalize --all (probably will become an action)

PatrickHeneise commented 4 years ago

I'm using exec-action now with PercyScript. If this comes together, it would be helpful to update the documentation on how to write parallel tests, as this isn't clear at the moment. For now, I'm just pushing all PercyScript.run()'s into a Promise with slightly different wait-times and wait until they're resolved.

Robdel12 commented 3 years ago

These actions are now deprecated and parallel support has been added to @percy/cli: https://github.com/percy/cli/pull/375