-1

I need to find the best testing tool for automation of front end in NON-angular project. I was told that Protractor has a bad performance for non-angular testing and was advised to use Puppeteer. However, I found that Puppeteer can run only for chrome. I need to test different browsers.

  • Is protractor really bad for non-angular?
  • What other libraries I can use as a replacement?
Jacob
  • 1,135
  • 5
  • 14
  • 29
  • Why not selenium with webdriver js – Bharath Kumar S Nov 02 '18 at 04:38
  • https://stackoverflow.com/questions/20927652/how-to-use-protractor-on-non-angularjs-website – Bharath Kumar S Nov 02 '18 at 04:41
  • Thanks, @BharathKumarS. The question is not how to use Protractor with non-Angular. The question is either to use it or not. I think, generally, Protractor is easier to use then Webdriver. But I used it in the past only with Angular. Not sure how efficient it will be with not Angular. – Jacob Nov 02 '18 at 05:53
  • Our team used protractor for non angular site and it was successful. – Bharath Kumar S Nov 02 '18 at 06:08
  • I've had some good results using [webdriverio](http://webdriver.io). I actually migrated a testing framework I was working on from protractor to webdriverio a couple years ago. Surprisingly, it wasn't too difficult. – tehbeardedone Nov 02 '18 at 20:22

1 Answers1

0

Use Protractor and ask naysayers to show study of slowness.

JWP
  • 6,672
  • 3
  • 50
  • 74