e2e tests 0.1

This commit is contained in:
2026-08-17 11:42:12 +03:00
parent 4486f62e17
commit 0a4a21f2e7
10 changed files with 206 additions and 22 deletions
+14
View File
@@ -0,0 +1,14 @@
import allure
import pytest
@pytest.mark.integra
class TestCrud:
@pytest.mark.parametrize("email",[
("Test_Email@test.com")
])
async def test_get_user_by_email_positive(self):
with allure.step(""):
pass