Human Connection
docs_fix_link
docs_fix_link
  • Introduction
  • Edit this Documentation
  • Installation
  • Backend
    • graphql-with-apollo
      • GraphQL with Apollo
        • Mocking
        • Seeding
    • Import
    • Middleware
  • Webapp
    • COMPONENTS
    • PLUGINS
    • STORE
    • PAGES
    • ASSETS
    • LAYOUTS
    • Styleguide
    • STATIC
    • MIDDLEWARE
  • Testing Guide
    • End-to-end tests
    • Frontend tests
    • Backend tests
  • Contributing
  • Deployment
  • Feature Specification
  • Code of conduct
  • License
Powered by GitBook
On this page
  • End-to-End Testing
  • Component Testing
  • Unit Testing

Was this helpful?

Testing Guide

PreviousMIDDLEWARENextEnd-to-end tests

Last updated 6 years ago

Was this helpful?

End-to-End Testing

To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app.

Component Testing

Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process.

Unit Testing

Expecially the Backend relies on Unit Tests, as there are no Vue Components.

more...
more...
more...