Thomas Hirsch
Thomas Hirsch
I observed this on a Windows 10 machine, running latest version of Chrome.
Does this cover the case of reordering interceptors? I would like a reporting interceptor to have higher priority than `@Retry`.
@kriegaex You are spot on!
I am trying to make this workaround work right now. The use case: * We want to have logs from the tests, that are similar to the generated [spock-reports](https://github.com/renatoathaydes/spock-reports). *...
For now, I mentioned this caveat in the pending documentation for `PollingConditions` (https://github.com/spockframework/spock/pull/1173/files#diff-165ed30250fa253fe29f4c4e7c1467e7R77).
That sounds nice. I am thinking that using two steps, one could automate it using Ansible like this: ``` - shell: certbot -d example.com register: result set_fact: certbot_out_json: "{{ result.stdout...
I suspect it has something to do with images that are being repeated on every page, like in a header for example. But right now the file size is not...