Welcome to mirror list, hosted at ThFree Co, Russian Federation.

smoke.md « testing_guide « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f2843cba6e033b97c76bbf1d32902757bfa0541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Smoke Tests

It is imperative in any testing suite that we have Smoke Tests.  In short, smoke tests are will run quick sanity
end-to-end functional tests from GitLab QA and are designed to run against the specified environment to ensure that 
basic functionality is working.

Currently, our suite consists of this basic functionality coverage:

- User Login (Standard Auth)
- Project Creation
- Issue Creation
- Merge Request Creation

---

[Return to Testing documentation](index.md)