Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 1.04 KB

step-10-automated-testing-07c97a2.md

File metadata and controls

19 lines (8 loc) · 1.04 KB

Step 10: Automated Testing

In this step, we will step back from our tests and application features that we have implemented so far and take a closer look at another important piece of the test setup - the test automation. We will learn how to set up a basic test automation, which might be used in a continuous integration system or locally to run tests via shell.

Automated Testing

Please, follow the steps described in Test Automation to configure an automated test setup.

Related Information

Karma Home Page

Test Automation