percy / percy-cli-ruby

[Deprecated] Command-line interface for Percy.
https://percy.io/docs/clients/ruby/cli
MIT License
19 stars 11 forks source link

Request for delay or timeout option. #21

Open ryanjwilke opened 5 years ago

ryanjwilke commented 5 years ago

I've got a simple, static Jekyll prototype that's loading JSON results in via a simple ajax call, but the screenshots are taken too quickly as the results don't appear in the screenshots, but I know they should be there as they render just fine locally after a short delay.

I would love support for some kind of --delay or --timeout option at some point which would supplement the --enable-javascript option.

Otherwise, everything else works like a charm. Great work!