How can we use protractor in eclipse? -


can write protractor test/scripts in eclipse. enabling syntax highlighting , intellisense etc. javascript in eclipse.

yes, can use protractor plugin in eclipse.

  1. go help-->marketplace
  2. search tern.java
  3. install tern eclipse ide
  4. and accept licence.

now create project in eclipse

  1. right click on project,
  2. mouse hover configure ,
  3. click on convert tern project
  4. properties window pop-up>> goto modules
  5. you able see protractor,
  6. select check box , click on protractor ,
  7. also check dependencies well.

now ready write scripts using protractor.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -