SV

https://docs.qameta.io/allure-ee/query-language/format/
Size: a a a
SV
SV
tag is "smoke"
AR
tag is "smoke"
AR
AM
Whether or not a node in the test tree is executed concurrently is controlled by its execution mode. The following two modes are available.
SAME_THREAD
Force execution in the same thread used by the parent. For example, when used on a test method, the test method will be executed in the same thread as any @BeforeAll or @AfterAll methods of the containing test class.
CONCURRENT
Execute concurrently unless a resource lock forces execution in the same thread.
By default, nodes in the test tree use the SAME_THREAD execution mode. You can change the default by setting the junit.jupiter.execution.parallel.mode.default configuration parameter.
DT
AM
DT
S
AM
AE
S
M
S
BO
SelenideLogger.addListener()
добавляет listener как описано в доке * Add a listener (to the current thread).
DT
МС
T
T