Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
557 views
in Others by
edited by

I am trying to use openstf and I am getting below error while starting stf:

Setup had an error Error: At least one of these paths should exist: /usr/local/lib/node_modules/stf/vendor/minicap/bin/undefined/minicap-nopie

1 Answer

0 like 0 dislike
by
selected by
 
Best answer

Looks like default STF

npm install -g stf
did not work for you,
 
Try:
 


cd stf
npm install
npm link
 

Let me know how it works for you.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...