You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ markers =
10
10
parallel: marks tests that can run in parallel along with pytest-xdist
11
11
12
12
# CI
13
-
smoke: Mark tests as smoke tests;covers core functionality of the product. Aims to ensure that the build is stable enough for further testing.
13
+
smoke: Mark tests as smoke tests;very high critical priority tests. Covers core functionality of the product. Aims to ensure that the build is stable enough for further testing.
14
14
sanity: Mark tests as sanity tests. Aims to verify that specific functionality is working as expected.
15
-
tier1: Mark tests as tier1. Aims to cover frequently used functionality of the product and basic user flows.
16
-
tier2: Mark tests as tier2. Aims to cover more advanced functionality of the product.
15
+
tier1: Mark tests as tier1. High-priority tests.
16
+
tier2: Mark tests as tier2. Medium/low-priority positive tests.
17
+
tier3: Mark tests as tier3. Negative and destructive tests.
17
18
slow: Mark tests which take more than 10 minutes as slow tests.
18
19
pre_upgrade: Mark tests which should be run before upgrading the product.
19
20
post_upgrade: Mark tests which should be run after upgrading the product.
0 commit comments