Add ability to copy & paste assertions between test steps
For example, I have a couple of requests from several parameters. I need to test some similar things in them, for example, return status code, headers etc. I wrote several script assertions for the fi...