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
It is necessary to consider possible improvements that need to be made in order to be able to run behavioral tests (only where required) in supported modules without being tied to other modules that may not be required for the operation of the module under test.
First, it is necessary to collect all test methods in one module if they can be useful for testing other supported modules.
Secondly, a problem was identified when using Mock classes that implement the TestOnly interface in Behat tests. Most likely, these classes are ignored when creating database tables, making it impossible to test complex relationships between classes.
Thirdly, there are many similar steps in Behat tests, such as I see \ I should see, I click on the \ I click 'smth' in the 'something'. The possibility of unifying some similar test steps should be explored.
The text was updated successfully, but these errors were encountered:
Description
It is necessary to consider possible improvements that need to be made in order to be able to run behavioral tests (only where required) in supported modules without being tied to other modules that may not be required for the operation of the module under test.
I see \ I should see
,I click on the \ I click 'smth' in the 'something'
. The possibility of unifying some similar test steps should be explored.The text was updated successfully, but these errors were encountered: