Skip to content

helkv/Angular-Testing

 
 

Repository files navigation

Angular Testing Workshop

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.

Prerequisites

Before you begin, ensure you have installed:

Getting Started

  1. Clone this repository:

    git clone https://github.com/FabianGosebrink/Angular-Testing.git
  2. Navigate to the project directory:

    cd Angular-Testing/<your directory>
  3. Install dependencies:

    npm install

Structure

  • 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.

Contributing

Feel free to contribute by submitting issues or pull requests.

License

This project is licensed under the MIT License.

About

Content for my Angular testing workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.1%
  • HTML 21.6%
  • Other 0.3%