I am using the ninjaframework and documentation is quite limited. There is no documentation on making a post request with ninja test? I see the method:
ninjatestbrowser.makePostRequestWithFormParameters();
But nothing explaining how to use it. Parameters, yes there is: String, Map, Map.
An example would be very beneficial!
It isn't documented well but, I looked into the source code and found the method signature. The parameters are as follows: url, header, parameters. You can easily test a controller post like this: