This repository contains materials for an Angular testing workshop, focusing on:
- Cypress and Playwright for end-to-end testing.
- Sample Angular applications with pre-built test cases.
- Test cases to cover all sync and async situations
- Comprehensive setup for modern Angular testing techniques.
Before you begin, ensure you have installed:
-
Clone this repository:
git clone https://github.com/FabianGosebrink/Angular-Testing.git
-
Navigate to the project directory:
cd Angular-Testing/<your directory>
-
Install dependencies:
npm install
todo-app-cypress/: Angular application set up with Cypress tests.todo-app-playwright/: Angular application set up with Playwright tests.tests/: General tests and utilities.
Feel free to contribute by submitting issues or pull requests.
This project is licensed under the MIT License.