summaryrefslogtreecommitdiff
path: root/doc/development/testing_guide/smoke.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/testing_guide/smoke.md')
-rw-r--r--doc/development/testing_guide/smoke.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/development/testing_guide/smoke.md b/doc/development/testing_guide/smoke.md
index 3360031c220..c9d3238fbe9 100644
--- a/doc/development/testing_guide/smoke.md
+++ b/doc/development/testing_guide/smoke.md
@@ -7,13 +7,19 @@ functionality is working.
Currently, our suite consists of this basic functionality coverage:
-- User Login (Standard Auth)
-- Project Creation
-- Issue Creation
-- Merge Request Creation
+- User standard authentication
+- SSH Key creation and addition to a user
+- Project simple creation
+- Project creation with Auto-DevOps enabled
+- Issue creation
+- Merge Request creation
+- Snippet creation
Smoke tests have the `:smoke` RSpec metadata.
+See [End-to-end Testing](end_to_end/index.md) for more details about
+end-to-end tests.
+
---
[Return to Testing documentation](index.md)