Creating a Python ~ Appium Test Automation Framework from Scratch - Part 01 - Kick off

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Testing started at 23:24 ...
"C:\Program Files\JetBrains\PyCharm Community Edition --path
Launching unittests with arguments python -m unittest in

Error
Traceback (most recent call last):
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python37-32\lib\unittest\case.py", line 59, in testPartExecutor
yield
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python37-32\lib\unittest\case.py", line 615, in run
testMethod()
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python37-32\lib\unittest\loader.py", line 34, in testFailure
raise self._exception
ImportError: Failed to import test module:
Traceback (most recent call last):
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python37-32\lib\unittest\loader.py", line 154, in loadTestsFromName
module = __import__(module_name)
ModuleNotFoundError: No module named




Ran 1 test in 0.005s

FAILED (errors=1)

Process finished with exit code 1

Assertion failed

Assertion failed

Assertion failed

Assertion failed

ranumandal
Автор

Can you help me with that, Thanks in advanced

ranumandal
Автор

i think you forgot to attach the script

terencemagwenya
Автор

How can I run without pycharm with terminal commands ?

yavuzahmetyoldas