You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are no tests, that validates the usage of method-variation calls within fixtures.
Since it is unclear, which method variation is active inside session, setup and scenario fixtures, the test should check if it is possible to use the correct method variations inside variation or testcase fixtures and also secure that a runtime-error is thrown for using method-variations inside session, setup and scenario fixtures.
The tests should be provided for fixtures inside Scenario and Setup classes.
The text was updated successfully, but these errors were encountered:
Currently there are no tests, that validates the usage of method-variation calls within fixtures.
Since it is unclear, which method variation is active inside
session
,setup
andscenario
fixtures, the test should check if it is possible to use the correct method variations insidevariation
ortestcase
fixtures and also secure that a runtime-error is thrown for using method-variations insidesession
,setup
andscenario
fixtures.The tests should be provided for fixtures inside
Scenario
andSetup
classes.The text was updated successfully, but these errors were encountered: