Jigar wala
Jigar wala
you need to do `sudo apt install gir1.2-webkit-3.0`
Hi @IanVS 👋 * I could see the build was not created, and thus build "fails" won't be correct. * If a build was created then you can use `build:wait`...
@IanVS * In current terminologies, the build is generally not created when `PERCY_TOKEN` is not passed, or the API has failed to acknowledge the request. * so `Build not created`...
Hey @joshkg 👋 * does the link solve your issue? * you may use `--silent` [flag](https://docs.percy.io/docs/cli-config#percy-configcreate) to silence these logs or use `PERCY_DEBUG` env var to whitelist only [certain packages](https://github.com/percy/cli/blob/bb9a23592a22a4b65d2027021a02373b94d52b32/packages/logger/README.md#loggerdebug)...
Currently, there isn't a way if you're using `percy exec --` based SDK though if you're using `percy snapshot ...` there is a workaround where you can pass in `execute`...
we'd be happy to receive a PR, it will require change here - [ref](https://github.com/percy/cli/blob/68e43af24873391bb13fdfc694ee65ae4c8a23cc/packages/core/src/config.js#L170) { and associated readme and tests) we'll need to add `networkIdleTimeout` entry there, post which we...
Thanks, @oshi97 for raising this, we'll have a look. Also please don't mind raising a PR if you'd want to :)
* simply changing readme to use absolute links will break Github README navigation. * Example - Clicking on `percy exec` or any other commands in [packages/cli/README.md](https://github.com/percy/cli/blob/6cb6877b62d9ae521613310dd90b16e20a392306/packages/cli/README.md) will Navigate us to...
@samarsault I think solving this issue, might fix some of our CI flakiness for windows as well.