Hi Team
iam facing a problem with Iterations
actually, we thought to group our testing as ... as small Pices as possible so that when any issue occurs, we will be able to find the failing spec
so, we broke our testing part into small parts of It's (Iterations)
(Though they are not meaningful test cases just wanted to separate them into small blocks)
but now the problem is Iterations are getting increased causing increase in bill
so, is there any way we can Group the test case steps so that they appear in the dashboard on elaborating the Iteration?
i tried by writing only one IT block and making existing It blocks description as
cy.log But it looks not that worthy
so, the question is, is there any way to show a group of steps with some name in cypress without using It block?
any advice suggestion is highly appreciated
thank you