Relative Content

Tag Archive for pythonautomationpytestplaywrightplaywright-python

Running pytest playwright script in headed mode from the command line

I am trying to run some script in headed mode from command line but its always running in headless mode. The thing is when I am directly running the class from the pycharm IDE, its successfully running in headed mode but unable to do the same when running from command line using any of the following settings.

Running pytest playwright script in headed mode from the command line

I am trying to run some script in headed mode from command line but its always running in headless mode. The thing is when I am directly running the class from the pycharm IDE, its successfully running in headed mode but unable to do the same when running from command line using any of the following settings.