Diwa Baskar
Results
1
issues of
Diwa Baskar
this source code import allure import pytest @allure.severity_level(allure.severity_level.CRITICAL) @allure.feature("My Feature") @allure.story("My Story") def test_example(): with allure.step("Step 1: Performing an action"): # Your test code goes here assert 1 == 1...