deprecated: The logic is handled by the dedicated forwarder
Creates an Errorscreenshot at the time the method is invoked Then updates the current Testcase with the given Error
If there are cached test-step information, the current test-step will be updated
because otherwise endOfStep
(which usually updates that information)
will not be invoked after the error is thrown
an Error object which is written to
Finishes the current TestStep and the the TestCase
If no error occurred during the TestCase all TestSteps are written to the cache.
deprecated: The logic is handled by the dedicated forwarder
Starts a new test step. startStep can be used to end the current test step and start a new one by calling startStep again.
Name of the test step to start
warning threshold of the test step. Exceeding warning threshold changes the state transmitted to monitoring systems.
critical threshold of the test step. Exceeding critical threshold changes the state transmitted to monitoring systems.
Updates the current current test step with the provided parameters, finishes that step and immediately starts a new test step.
If endOfStep is used in combination with startStep, the provided stepName must match the current test step name. Otherwise and error will be thrown because of the inconsistency in test step names.