Tetiana
Tetiana
I have the same issue when tests are executed in Gitlab pipeline the command I'm using `python.exe -m pytest -s tests/step_defs/` Versions: pytest - 6.2.2. pytest-html - 3.1.1
@fenchu --capture=tee-sys helped, thank you!
I have the same issue
@prashanth-sams yes, pytest-xdist 2.2.1
I have similar issue but with "#". I'm validating a text on the screen ``` And User verifies that "UP/DN NX/PR #JMP Add Brkup Del Edit [1]" is on line...
@youtux is there an existing issue for this or should I create a new one? "#" should be accepted as a part of the input in the step definition
when I do '\#' it's treated as a string with '\', so I just added a workaround in the step definition code.