Closed Robdel12 closed 3 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.
These actions are now deprecated and parallel support has been added to @percy/cli
: https://github.com/percy/cli/pull/375
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)