Massimo Galbusera
Massimo Galbusera
@worldtiki how do you use this toxic? I compiled your version of toxiproxy but i'm not able to add a http toxic neither from the CLI nor from a client....
@worldtiki thanks for your example ``` $ curl 127.0.0.1:8474/proxies {"api_core_slow":{"name":"api_core_slow","listen":"127.0.0.1:8080","upstream":"host.net:80","enabled":true,"toxics":[]}} $ curl -X POST 127.0.0.1:8474/proxies/api_core_slow/toxics -d '{ "attributes":{ "headers": { "Host": "host.net" } }, "name": "example", "type": "http_request_headers", "stream": "upstream",...
Ok i was probably doing something wrong, the docker image works fine. Thanks
Just FYI for people looking here for a HTTP toxic, I found a different way of delaying HTTP requests and returning errors by using https://www.mocky.io/, you can specify a HTTP...
Apparently blackfire starts a probe as soon as the script starts. To stop it: ```php $probe = \BlackfireProbe::getMainInstance(); $probe->discard(); ``` Even if I do this, after doing `endLoop()` nothing shows...
Yes there is, what you see in the output: ``` Expression wasn't true in 10000 ms. - expected "expression true" but got: expression false ``` is the variabile (`timeoutInMilliseconds`) that...
Does it work if you're not using page objects?
Which locateStrategy did you use?
Ok, I'll test it
I did some tests and it does not even work with css. I've opened an issue in nightwatch: https://github.com/nightwatchjs/nightwatch/issues/787 EDIT: the new 1.0.5 version along with this pull request to...