idea1002
idea1002
> Did you try https://pypi.org/project/pytest-order/ with "@Scenario" decorator? I tried to use the marker as @pytest.mark.order(order=1) on top of Scenario: name in feature file, something like @pytest.mark.order(order=1) Scenario: This is...
@arthuRHD I already have multiple feature files and step_definition files with separated scenarios. I applied the tag as decorator on scenario as I share the test methods with common steps...
Hi, Did you find the solution for the tables on multiple pages? I am also getting the same issue when reading such tables it treats as new table per page