gitlab-org--gitlab-foss/spec/frontend_integration
GitLab Bot c8a7e4ada1 Add latest changes from gitlab-org/gitlab@master 2021-08-26 09:11:15 +00:00
..
diffs Add latest changes from gitlab-org/gitlab@master 2021-07-27 12:10:54 +00:00
ide Add latest changes from gitlab-org/gitlab@master 2021-07-27 12:10:54 +00:00
lib/utils Add latest changes from gitlab-org/gitlab@master 2021-08-26 09:11:15 +00:00
test_helpers
.eslintrc.yml
README.md
test_setup.js

README.md

Frontend Integration Specs

This directory contains Frontend integration specs. Go to spec/frontend if you're looking for Frontend unit tests.

Frontend integration specs:

  • Mock out the Backend.
  • Don't test individual components, but instead test use cases.
  • Are expected to run slower than unit tests.
  • Could end up having their own environment.

As a result, they deserve their own special place.

References