🌥️
Patient Cloud
  • README
  • Auth
    • Google Identity
    • Identity Providers
    • Nest Auth Service
  • Microservices
    • NestJS Overview
  • Security
    • API Security
    • Trails
  • Client App Security
  • Development
    • Sentry logging
  • Build
    • Local Build
    • Using Cloud Build
  • Social login
    • Social login
  • NHS
    • NHS Login
  • GraphQL
    • Playground
  • Testing
    • Unit Tests
    • Integration Tests
    • End to End tests
Powered by GitBook
On this page
  • Running the test
  • Tests

Was this helpful?

  1. Testing

End to End tests

Running the test

  1. Prepare an empty test database and pass connection URL to DB_URL environment variable and make sure that database is running.

  2. Install dependencies npm install

  3. Run the test npm run test:e2e

Tests

PreviousIntegration Tests

Last updated 4 years ago

Was this helpful?