SCCapstone / Colite

Colite Technology Capstone Repository
1 stars 1 forks source link

Behavior Tests Problem #62

Closed mhayward12 closed 3 years ago

mhayward12 commented 3 years ago

I am currently running our behavior test using the Selenium IDE and I am able to have it pass all tests by running it through the Selenium IDE. However, when I try and run it either through my own terminal or through Visual Studio's I get the following error: image I have tried to change the PATH by I am not sure how to get it to run correctly, any advice would be appreciated.

josemvidal commented 3 years ago

Sounds like PATH is set differently when you are on VS or your terminal. They do change PATH. Or, more likely, the one that worked added stuff to PATH to get it to work.

On the terminal you can just print out the PATH (echo $PATH on the mac) to see what it is.

mhayward12 commented 3 years ago

I was able to redownload chromedriver and adjust the path via system varaibles and environment variables and it worked correctly!