2020-10-30 14:08:56 -04:00
---
stage: none
group: unassigned
2022-09-21 17:13:33 -04:00
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-10-30 14:08:56 -04:00
---
2018-08-20 14:13:54 -04:00
# Smoke Tests
2018-09-04 13:20:30 -04:00
It is imperative in any testing suite that we have Smoke Tests. In short, smoke
2020-12-14 13:09:48 -05:00
tests run quick end-to-end functional tests from GitLab QA and are
2018-09-04 13:20:30 -04:00
designed to run against the specified environment to ensure that basic
functionality is working.
2018-08-20 14:13:54 -04:00
2020-12-14 13:09:48 -05:00
Our suite consists of this basic functionality coverage:
2018-08-20 14:13:54 -04:00
2019-03-25 07:27:03 -04:00
- User standard authentication
- SSH Key creation and addition to a user
- Project simple creation
- Project creation with Auto-DevOps enabled
- Issue creation
2019-09-18 10:02:45 -04:00
- Issue user mentions
2019-03-25 07:27:03 -04:00
- Merge Request creation
- Snippet creation
2018-08-20 14:13:54 -04:00
2018-09-04 13:20:30 -04:00
Smoke tests have the `:smoke` RSpec metadata.
2019-05-21 21:34:12 -04:00
See [End-to-end Testing ](end_to_end/index.md ) for more details about
2019-03-25 07:27:03 -04:00
end-to-end tests.
2018-08-20 14:13:54 -04:00
---
[Return to Testing documentation ](index.md )