mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Unable to start actor on Mac #542

Closed kavitha2305 closed 2 years ago

kavitha2305 commented 2 years ago

After starting session, trying to open new window and start actor within opentest directory. Says opentest command not found.

Trying in Mac 11.4 Java 14.1

adrianth commented 2 years ago

Make sure the OpenTest installation finishes correctly. On a Mac, you'll need to install with sudo, so npm can copy the OpenTest CLI in the right directory. The command is sudo npm install opentest -g. By the way - OpenTest requires a Java version between 8 to 11. The actor won't work with any version higher than 11.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.