1

Node Module path error The path shown is "node_modules/qa-lib/src/step_definitions/*.js"

but under node modules folder there is no qa-lib

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47
sunil nair
  • 21
  • 2

1 Answers1

1

Either install this module if it exists, or get rid of this line.

This file (Settings.json) is not a part of TestCafe. It is a part of the third-party extension you are using. Refer to the extension documentation: https://github.com/alexkrechik/VSCucumberAutoComplete#settings-example

Alex Skorkin
  • 4,264
  • 3
  • 25
  • 47