Pytest_Allure_Airtest_Demo icon indicating copy to clipboard operation
Pytest_Allure_Airtest_Demo copied to clipboard

It's not possible test (help please)

Open Skisperd opened this issue 5 years ago • 1 comments

ImportError while loading conftest 'D:_Automation_Projects_automation\Automation_Poco_Pytest\Automation_runner\cases\conftest.py'. ..\conftest.py:16: in ST.PROJECT_ROOT = os.environ['PROJECT_ROOT'] C:\Users\tf.dias\AppData\Local\Programs\Python\Python36\lib\os.py:669: in getitem raise KeyError(key) from None E KeyError: 'PROJECT_ROOT'

Process finished with exit code 4

Empty suite

Skisperd avatar Jan 04 '21 23:01 Skisperd

You should set this PROJECT_ROOT environment variables before use it. In this sample, it was set in run.sh export PROJECT_SPACE_ROOT=$(pwd).

StandOutstar avatar May 19 '21 08:05 StandOutstar