angular / protractor

E2E test framework for Angular apps

Home Page:http://www.protractortest.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keywords like describe, browser are not reflecting in vs code

austindarren opened this issue · comments

When I type browser inside it() test, bhxBrowser is auto suggested. On navigating to go to definition for describe it says "no definition found for describe". Any help would be much appreciated. Not sure why auto suggestions are not reflecting.

image

Bug report

  • Node Version: 14.16.1
  • Protractor Version: 6.14.12
  • Operating System and Version macOS Big Sur 11.3

Do you have a project or isolated files?
You can see my project:
https://github.com/andredesousa/essential-angular-scaffold
Go to the e2e folder.

thanks for your input. I just executed example_spec.js and conf.js available in the path /usr/local/lib/node_modules/protractor/example in vscode and it worked.
image