Running pytest with thread Running pytest with thread selenium selenium

Running pytest with thread


There are 2 scenarios which i could read from this:

  1. prepare the test data and pass in parameters to your test method which could be achieved by pytest-generate-tests and parameterise concept. You can refer to the documentation here
  2. In case of running pytest in multi threading - Pytest-xdist or pytest-parallel