We had built an application on angular js and we had used Jasmine & Protractor for e2e testing. Recently we migrated our application to Polymer js and Angular js.
Can we still use Jasmine & Protractor to do e2e testing across Polymer components?
I have come across web component tester e2e testing framework specifically built for polymer components but protractor is best suited for Angular js applications. So I'm not sure which e2e testing stack I should use for this scenario.
Please let me know your suggestions.