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?