Hi all,
I'm a relative newbie to TestRail so apologies if I'm asking a stupid question but can you add HTML into UI scripts?
I'm currently tasked with integrating our automation scripts with TestRail so that our test team can trigger the automated test cases from inside TestRail. I've got the basic stuff working (We can trigger tests and see the results in TestRail) but i'm now trying to expand it to make it more flexible. I'd like to be able to select the browser and browser version the test is to be run on from inside TestRail.
I imagine this user flow:
The tester clicks the <Run Tests> button, they then select the browser and version from some drop-downs and this is then sent to the trigger script. (I'll be passing the browser and browser version as URL parameters to the trigger script).
Does that make sense?
Thanks,
Alex