Avi Press

Results 57 comments of Avi Press

Thanks @burk! Bearer auth can definitely be added. I haven't needed it myself which is the only reason it's not there yet. :) We have support for basic auth now,...

@paulcadman that would be excellent! I wrote the Travis build before GitHub Actions existed, having it in there definitely makes sense. If we merge your windows build, I can migrate...

Interesting! It certainly could be done. On the other hand now that you've made a separate repo, keeping that separated might actually be the better way to go. The concerns...

Thanks for opening @kthulsidoss. I'm not a user of report portal so this isn't something I'll likely have time for in the near future. I'd happily accept a PR for...

Hi there! Since curl runnings loads environment variables at the beginning of the test suite, using the `${RANDOM}` environment variable will generate a random number, which you can use as...

You can also generate your own random strings and set them as environment variables that you reference in your curl-runnings tests. Nothing is built into the spec that has random...

Got it. So CR won't evaluate arbitrary bash expressions which is why `RANDOM | tr '[0-9]' '[a-zA-Z]'` wasn't working. Just environment variables as they are. So yeah for now, just...

absolutely! please open a PR whenever you have the chance, thanks so much!

Hi @humbienri, you are correct that this more complex sort of matching is not cleanly supported by curl-runnings right now. You could check that `details` or `info` are the exact...

I really the idea of type checking against a json schema. Probably won't be too hard to add. Making a separate issue for that to track it.