Skip to content

This repository contains the code for end-to-end (E2E) testing and unit testing.

Notifications You must be signed in to change notification settings

luizcurti/node-e2e-tests

Repository files navigation

E2E and Unit Tests

This repository contains the code for End-to-End (E2E) tests and unit tests.

Technologies Used

  • PostgreSQL
  • Prisma ORM
  • Generics (TypeScript)
  • TypeScript
  • Jest
  • Docker Compose

Types of Tests

Unit Tests: Test individual components or functionalities in isolation. E2E Tests: Simulate actual user behavior interacting with the application.

Setup

Clone the repository:

Install dependencies:

  • npm install

Run the tests:

  • npm test
  • npm test:e2e

About

This repository contains the code for end-to-end (E2E) testing and unit testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages