I am using pytest extension pytest-bdd to write my BDD tests and I would like to be able to profile the single steps @given/@when/@then etc. in order to find out how long takes each single step. I cannot find any info on the doc tho. Is there any way to achieve that?
Asked
Active
Viewed 30 times