What tool is responsible for executing tests in a browser when testing Angular applications?

  • Istanbul
  • Jasmine
  • Karma
  • Protractor
Karma is a test runner tool that is responsible for executing tests in a browser when testing Angular applications. It launches the browser, captures it, and runs the tests in a real browser environment, allowing you to test your application as it would run in production.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *