Unable to locate python custom libraries for robotframework in python 3.8

Issue #20 new
Former user created an issue

I am trying to execute robot framework tests in python 3.8. But the custom libraries are not getting recognized. But if I execute with the command line by prepending "python -m", it works fine.

Command executes through RobotTestTask in Bamboo: "C:\Users\gopi\AppData\Local\Programs\Python\Python38\Scripts\robot.exe" --nostatusrc test.robot

This above commands is not working

Working in the command line: python -m robot --nostatusrc test.robot

Error message

Parent suite setup failed: No keyword with name 'Get Xpath Ids' found.****

Comments (0)

  1. Log in to comment