I use Pytest 3.6.4.
When I import from pytest_selenium import pytest_selenium and then use pytest_selenium in conftest.py I get PluginValidationError: unknown hook.
This error has been also encountered by some users:
How is one expected to deal with it?
I use Pytest 3.6.4.
When I import
from pytest_selenium import pytest_seleniumand then usepytest_seleniumin conftest.py I getPluginValidationError: unknown hook.This error has been also encountered by some users:
How is one expected to deal with it?