0 votes
in AngularJS Packaging and Testing by
Can I use Karma to do end to end testing?

1 Answer

0 votes
by

Karma has primarily been designed for low level (unit) testing. If it's an AngularJS app, you can use Karma with the karma-ng-scenario plugin. However, we recommend Protractor for high-level testing.

Related questions

0 votes
asked Aug 19, 2021 in AngularJS Packaging and Testing by SakshiSharma
0 votes
asked Aug 19, 2021 in AngularJS Packaging and Testing by SakshiSharma
...