Skip to content

Commit ba9e777

Browse files
committed
chore: tier3 marker
1 parent df0c819 commit ba9e777

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pytest.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ markers =
1010
parallel: marks tests that can run in parallel along with pytest-xdist
1111

1212
# 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.
1414
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.
1718
slow: Mark tests which take more than 10 minutes as slow tests.
1819
pre_upgrade: Mark tests which should be run before upgrading the product.
1920
post_upgrade: Mark tests which should be run after upgrading the product.

0 commit comments

Comments
 (0)